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