- Cơ sở dữ liệu đa phương tiện - 20192
- require python version <= 3.7
- Make new python env
$ py -m venv CSDLDPT
- Active enviroment (on Window)
$ CSDLDPT\Scrpits\Active.bat
- Clone repositori and put it to env folder
- Install dependency
$ pip install -r requirements.txt
- Dowload resource from links
class_names: https://drive.google.com/open?id=1t_CbZRTgkXBvAYtbx-XvuRdmG66OjTPG
Model trained: https://drive.google.com/open?id=1r3tIegXiMCtnw6VRnRshKZufhE4SLRxO
- Create database from sql file
- Update your informations to database config, class_name path, model_trained path
- Run server
$ python3 manage.py runserver
Now, go to http://localhost:8000
- Team 6 - IT2.02-HUST -