huwdp / PlaneAI

PlaneAI - Keras Machine Learning experiment to detect different planes types, etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlaneAI

PlaneAI is a learning project used for recognizing fighter jet aircraft using artificial intelligence.

The project will use the resources listed below to build the system.

The models are placed within the train directory and then the aircraft name, so ./train/F-22/etc. Models will not be included due to legal reasons.

Setup

sudo apt-get install python
sudo apt update
sudo apt install python3-dev python3-pip
sudo pip3 install -U virtualenv  # system-wide install
virtualenv --system-site-packages -p python3 ./venv
pip3 install --upgrade pip
pip3 install --upgrade tensorflow
pip3 install --upgrade opencv-python
pip3 install --upgrade keras
pip3 install --upgrade imageai --upgrade

Ensure python3 is used.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

PlaneAI - Keras Machine Learning experiment to detect different planes types, etc

License:MIT License


Languages

Language:Python 100.0%