Last updated 3 months ago
Python 3.8 or higher:
OpenAI API Key:
Clone the Repository
git clone https://github.com/cognifydotcx/Cognify.git cd Cognify
Create a Virtual Environment
bashCopyEditpython3 -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate
Install Dependencies
bashCopyEditpip install -r requirements.txt
Set Up Environment Variables
Create a .env file:
.env
dotenvCopyEditOPENAI_API_KEY=your-api-key-here