Skip to content

karlaglz/ReqTestingAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requiem-API

image

Functional demo video: https://www.youtube.com/watch?v=NDmsCuVv5qs

This is the API for the Requiem project.

Steps to run this project:

  • Install Python 3.0 or higher
  • Install all the dependencies using the following command:
pip install -r requirements.txt
  • Create a .env file in the root directory and add the following variables:
KEY_OAI = "Key for the Open AI API"
  • Go to the API directory "/API"
  • Run the server using Uvicorn:
python -m uvicorn main:app --reload

For Mac/Linux:

uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published