A Python-based application utilizing OpenAI, Gradio, and other libraries for AI-driven functionalities.
-
Clone the Repository:
git clone <repository-url> cd <repository-folder>
-
Set Up a Virtual Environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\\Scripts\\activate`
-
Install Dependencies:
pip install -r requirements.txt
- Pillow
- dotenv
- gradio
- json
- openai
- os
- pydub
Ensure you have a .env file in the root directory with the following content:
env OPENAI_API_KEY=your_openai_api_key_here
Replace your_openai_api_key_here with your actual OpenAI API key.
To start the application, run:
bash python app.py
app.py: Main application script.requirements.txt: List of required Python packages.
This project is licensed under the MIT License.