The python backend part of stationed kid's game made for Primorsky Aquarium. Writen in tensorflow and django rest framework
Prodject consists of
- Classificator (Neural model)
- Django REST Backend
- install requirmented librarys
pip install -r requirments.txt
- Upload a dataset for training. It must have a following structure (there may be any fish folders ofc):
Dataset/ ββ Fish_Dataset/ β ββ Clownfish/ β β ββ *.jpg β ββ Swordfish/ β β ββ *.jpg
- Run a create_model.ipynb notebook to create your's neural model
jupyter nbconvert --execute create_model.ipynb
- Migrate a database
python Fishhunt/manage.py migrate
- Run a server
python Fishhunt/manage.py runserver
-
Create user for django admin panel
python manage.py createsuperuser
-
Got to localhost:8000/admin to create fish models
You can get model_label parameters from labels var in notebook
This code is totally free to use and modify if you have concrete author
- All personel Department of pre-university education
- My frontend teammates
- Andrey and Matvey: you are weak teachers but greate mates <3