Skip to content

delevite/AI-Content-Ideas-Generator-Prototype

 
 

Repository files navigation

Clone the repository

Run the following command in your terminal:

git clone https://github.com/hassancs91/AI-Content-Ideas-Generator-Prototype.git

Environment variables

Copy the .env-example file to .env:

cp .env-example .env

Open the .env file and fill in the following environment variables:

  • OPENAI_API_KEY: Your OpenAI API key. You can get this from the OpenAI website.

Install required packages

For Ubuntu 22.04, run the following command in your terminal:

pip3 install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%