A Django application that classify sended pictures with TensorFlow and store them with MongoDB The frontend is made with a sexy design, UX/UI 2020 friendly
- Humans
- Cars
- Plants
- Fictional characters
- Animals
cd projet-ata
pip install -r requirements.txt
Create a mongodb database nammed ata
mongo
> use ata
Migrate django models to the database
python3 manage.py migrate
Launch the django app
cd projet-ata
python3 manage.py runserver 0.0.0.0:8000
Go to this page
Launch the python file in terminal and specify the path of the tested picture
python3 frontend/ml/test.py /home/arthur/bmw.jpeg
Appreciate the results
RICHARD Arthur, HAVARD Antoine, ROYANT Tom