Skip to content

CAID-ERA/do-what

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

do-what

Deploy the flask app by:

cd Scripts
sudo sh ./init.sh
export FLASK_APP = app.py
cd ../Flask/

Run the web app without logging by: nohup python3 -m flask run -h 0.0.0.0 --port 80 >/dev/null 2>&1 &

Or run the app in the debug mode by: python3 -m flask run -h 0.0.0.0 --port 80

This app uses a remote MySQL database and it will be closed at around the end of Dec. 2018. If there's any advice please email us at: iiivanzhu@gmail.com

About

Give entertainment recommendations to a person after he/she uploads his/her image that contains his/her face

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published