This project is our implementation for final assignment of database management system course.
To install this project, you have to install enviroment for 2 components. Frist clone this repo to your working directory.
1. AI core:
- pytorch
- opencv-python
- gensim
To install package dependencies for AI core please type command:
cd AI
pip install -r requirements.txt
2. Web Application (Require Node v12.10.0):
To install package dependencies for Web Application, please type command:
cd Web
npm install
To run this project, please type the followed command:
cd AI
python app.py
cd ../Web/src
node app.js
The sever will run in your localhost at port 5000.
This is the video demo for our project
https://www.youtube.com/watch?v=IiVg9RMo54Y&feature=youtu.be