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 BiryaniGPT
2๏ธโฃ Install Dependencies
pip install -r requirements.txt
3๏ธโฃ 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! ๐๐