Spaces:
Configuration error
Configuration error
Create README.md
Browse filesAdded required Hugging Face frontmatter metadata to README.
Future Reference :
- Align Hugging Face app_port metadata with Dockerfile EXPOSE port.
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: ClariFood
|
| 3 |
+
emoji: 🥑
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: lime
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 8501
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# 🥑 ClariFood
|
| 11 |
+
Conversational diet intelligence platform powered by LLM. Developed under the Catalyst Intelligence collective with the help of AI.
|