Skip to content

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

Notifications You must be signed in to change notification settings

DioChuks/Flask-QAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published