BiryaniGPT is a fun and interactive AI assistant designed to chat with users while adding a little kitchen magic!🧑🍳✨
- 🤖 AI-Powered Chat using Mistral AI
- 🎭 Random Food Emojis for user interactions
- 🎨 Styled UI with a gradient title and custom design
- 🍽️ Easy Setup & Customization
1️⃣ Clone the Repository
git clone https://github.com/yourusername/BiryaniGPT.git
cd BiryaniGPT2️⃣ Install Dependencies
pip install -r requirements.txt3️⃣ Set Up Environment Variables
Create a .env file and add:
agent_id=your_mistral_agent_id
api_key=your_mistral_api_key
4️⃣ Run the App
streamlit run app.py🔹 Change the Page Favicon
Modify this line in app.py:
st.set_page_config(page_icon='🍕') # Change emoji/icon🔹 Add More Emojis
Update the randomEmoji() function:
ranEmojiList = ['🍔', '🍟', '🥑', '🍩', '🌮', '🍉']This project is open-source. Feel free to modify and contribute!
Let me know if you need any tweaks! 🚀💖