First, clone the repository.
git clone https://github.com/henryone0910/GPT-Transformer.gitThen, change directory to the root directory of the project.
cd GPT-TransformerAfter that, install all libraries in requirements.txt
pip install -r requirements.txtCreate a .env file in the root directory of the project and add your OPENAI_API_KEY to it. The example is in the .env.example file.
You can run the project by running the app.py file
python app.pyor by running the flask run command.
flask run