LeannJoy commited on
Commit
18a7703
Β·
verified Β·
1 Parent(s): 21ae22e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Recipe & Meal Planner Assistant
3
+ emoji: πŸ€–
4
+ colorFrom: gray
5
+ colorTo: red
6
+ sdk: streamlit
7
+ sdk_version: 1.50.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ πŸ‘¨β€πŸ³ Kitchen Buddy – AI Culinary Assistant
13
+ <br>
14
+ Your friendly AI-powered kitchen companion! 🍳πŸ₯—<br>
15
+ Kitchen Buddy helps you explore recipes, learn cooking techniques, substitute ingredients, and plan meals β€” all with the charm of a chef.<br>
16
+
17
+ ✨ Features<br>
18
+ Chef Personality – AI roleplay as a warm, approachable culinary expert.<br>
19
+ Culinary Knowledge – Learn about ingredients, their uses, and cultural background.<br>
20
+ Recipe Suggestions – Get cooking ideas tailored to your ingredients.<br>
21
+ Smart Substitutions – Find alternatives when you’re missing ingredients.<br>
22
+ Cooking Science & Techniques – From β€œal dente” pasta to advanced gastronomy.<br>
23
+ Global Cuisine Explorer – Dive into Italian, Indian, Japanese, Mediterranean, and more.<br>
24
+ Domain Filtering – Keeps conversations on food, cooking, and cuisine only.<br>
25
+ Multi-Chat History – Switch between conversations and continue past discussions.<br>
26
+ <br>
27
+ The model used is:<br>
28
+ Mistralai/Mistral-7B-Instruct-v0.2
29
+ <br>
30
+ πŸ“š Tech Stack<br>
31
+ Streamlit – interactive UI<br>
32
+ LangChain – chat orchestration<br>
33
+ Hugging Face Hub – LLM hosting (Mistral-7B)<br>
34
+ Python 3.10+<br>