- Engage in a conversation with a chatbot that emulates Alex Hormozi's communication style.
- Receive focused, practical, and direct business advice.
- Access relevant snippets from transcripts of Alex's podcasts to support the chatbot's responses.
- Utilize semantic search to find relevant content from the transcripts.
- Python 3.7 or higher
- OpenAI API key
- Pinecone API key and environment details
- Clone the repository:
git clone https://github.com/your-repo-url/HormoziGPT.git
- Change to the project directory:
cd HormoziGPT
- Install the required dependencies:
pip install -r requirements.txt
- Set up the environment variables:
OPENAI_API_KEY
: Your OpenAI API keyPINECONE_API_KEY
: Your Pinecone API keyPINECONE_ENVIRONMENT
: Your Pinecone environment detailsPINECONE_ENDPOINT
: Your Pinecone endpoint
- Run the Streamlit app:
streamlit run app.py
- Open the app in your web browser and enter your prompt to start the conversation with the chatbot.
Contributions are welcome! Please read the CONTRIBUTING.md file for details on how to contribute to the project.
- Alex Hormozi for his valuable insights and business advice! (don't sue me)
- OpenAI for their language models and embeddings.
- Pinecone for their semantic search capabilities.