Skip to content

Vikram9503/RegGPT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RegGPT

Setup

  1. Clone the Repository

  2. Set up virtual environment

python -m venv venv
.\venv\Scripts\activate  # On Windows
source venv/bin/activate  # On macOS and Linux
  1. Install the required packages
pip install -r requirements.txt
  1. Add your openapi key in app.py file
  2. Run the application
streamlit run streamlit_app/app.py

About

Code changes for REG Reporting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%