First, clone the repository.
git clone https://github.com/henryone0910/GPT-Transformer.git
Then, change directory to the root directory of the project.
cd GPT-Transformer
After that, install all libraries in requirements.txt
pip install -r requirements.txt
Create 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.py
or by running the flask run
command.
flask run