Winning an award in a hackathon VT Hacks. Check out more on this: https://devpost.com/software/upskill-ai
- Install Python 3
pip install -r requirements.txt
- Copy file
config.ini
from this drive to folderconfig/
. This file consist of API keys
flask --app app run
- Usually it will run on
http://127.0.0.1:5000