Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 687 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 687 Bytes

Flask-QAT AI/ML Project

  • Create a virtual env by running python -m venv flask-env
  • Install Flask by running pip install flask
  • Create uploads directory /research/uploads/
  • Create database directory /database/database.sqlite
  • Create your environment variable in the .env file e.g. OPENAI_API_KEY={your_openai_api_key}

Run pip install -r requirements.txt to install the required libraries

To start the Flask development server with watcher, run flask --app main run --debug

OR start the Flask development server without watcher, run flask --app main run

Use Postman for interaction with endpoints or the templates for a web interface interaction