Skip to content

A Django application that classify sended pictures with TensorFlow and store them with MangoDB

Notifications You must be signed in to change notification settings

arthuRHD/ML_ImageRecognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATA Project

Python application

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

Classnames

  • Humans
  • Cars
  • Plants
  • Fictional characters
  • Animals

Install

cd projet-ata
pip install -r requirements.txt

Config

Create a mongodb database nammed ata

mongo
> use ata

Migrate django models to the database

python3 manage.py migrate

Usage

Launch the django app

cd projet-ata
python3 manage.py runserver 0.0.0.0:8000

Go to this page

Only test model

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

demo_img

Contributors

RICHARD Arthur, HAVARD Antoine, ROYANT Tom

About

A Django application that classify sended pictures with TensorFlow and store them with MangoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •