Skip to content

henryone0910/GPT-Transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧑‍💻 GPT-Transformer

⚡ Installation

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

⚒️ Configuration

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.

💻 Usage

You can run the project by running the app.py file

python app.py

or by running the flask run command.

flask run

📝 References

About

Introduction to ML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published