Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
<img src="https://img.icons8.com/color/96/000000/brain.png" alt="AI Brain Logo" width="80" />
|
| 3 |
<h1>🧠 Smart Dining: AI Backend</h1>
|
|
@@ -8,7 +17,6 @@
|
|
| 8 |
[](https://langchain.com/)
|
| 9 |
[](https://groq.com/)
|
| 10 |
</div>
|
| 11 |
-
|
| 12 |
<br/>
|
| 13 |
|
| 14 |
> This repository contains the FastAPI microservice that handles all AI interactions for the Smart Dining Assistant. It utilizes a multi-agent orchestration pattern to understand conversational context, perform semantic menu searches, and coordinate user intent.
|
|
@@ -36,6 +44,7 @@ graph TD
|
|
| 36 |
- A Groq API Key
|
| 37 |
|
| 38 |
### Local Setup
|
|
|
|
| 39 |
1. Clone the repository:
|
| 40 |
```bash
|
| 41 |
git clone https://github.com/kumardhruv88/smart-dining-backend
|
|
@@ -59,6 +68,7 @@ uvicorn main:app --host 0.0.0.0 --port 7860 --reload
|
|
| 59 |
```
|
| 60 |
|
| 61 |
## 🛠️ Key Technologies
|
|
|
|
| 62 |
- **FastAPI:** High-performance async API framework.
|
| 63 |
- **LangChain:** Framework for building agentic AI applications.
|
| 64 |
- **Groq (Llama-3.3-70B):** Lightning-fast LLM inference for near-instant streaming.
|
|
@@ -66,4 +76,5 @@ uvicorn main:app --host 0.0.0.0 --port 7860 --reload
|
|
| 66 |
- **Redis:** Manages session memory, cart context, and user preferences.
|
| 67 |
|
| 68 |
## 📄 License
|
| 69 |
-
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Smart Dining Backend
|
| 3 |
+
emoji: 🍽️
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
<div align="center">
|
| 11 |
<img src="https://img.icons8.com/color/96/000000/brain.png" alt="AI Brain Logo" width="80" />
|
| 12 |
<h1>🧠 Smart Dining: AI Backend</h1>
|
|
|
|
| 17 |
[](https://langchain.com/)
|
| 18 |
[](https://groq.com/)
|
| 19 |
</div>
|
|
|
|
| 20 |
<br/>
|
| 21 |
|
| 22 |
> This repository contains the FastAPI microservice that handles all AI interactions for the Smart Dining Assistant. It utilizes a multi-agent orchestration pattern to understand conversational context, perform semantic menu searches, and coordinate user intent.
|
|
|
|
| 44 |
- A Groq API Key
|
| 45 |
|
| 46 |
### Local Setup
|
| 47 |
+
|
| 48 |
1. Clone the repository:
|
| 49 |
```bash
|
| 50 |
git clone https://github.com/kumardhruv88/smart-dining-backend
|
|
|
|
| 68 |
```
|
| 69 |
|
| 70 |
## 🛠️ Key Technologies
|
| 71 |
+
|
| 72 |
- **FastAPI:** High-performance async API framework.
|
| 73 |
- **LangChain:** Framework for building agentic AI applications.
|
| 74 |
- **Groq (Llama-3.3-70B):** Lightning-fast LLM inference for near-instant streaming.
|
|
|
|
| 76 |
- **Redis:** Manages session memory, cart context, and user preferences.
|
| 77 |
|
| 78 |
## 📄 License
|
| 79 |
+
|
| 80 |
+
MIT License. Created for the Smart Dining Assistant Internship Project.
|