Skip to content

ReqGPT is an API that allows for the refinement automation of software requirements via communication with the GPT-4 API.

Notifications You must be signed in to change notification settings

kelaasar/ReqGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReqGPT

How To Run

  1. Install virtualenv:
pip install virtualenv
  1. Open a terminal in the project root directory and run:
virtualenv venv
  1. Then run the command:
.\venv\Scripts\activate
  1. Then install the dependencies:
pip install -r requirements.txt
  1. Finally start the web server:
python app.py

About

ReqGPT is an API that allows for the refinement automation of software requirements via communication with the GPT-4 API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published