/Flask-QAT

A QAT System using the power of natural language processing and openai. Summarizes documents and tests your knowledge.

Primary LanguageHTML

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