Spaces:
Sleeping
Sleeping
Commit ·
100ed5d
0
Parent(s):
first commit
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Blog Generation Automation with LangGraph
|
| 2 |
+
This project automates blog generation using an LLM-powered workflow.
|
| 3 |
+
|
| 4 |
+
## 🚀 Features
|
| 5 |
+
- Uses open-source models (Mistral-7B)
|
| 6 |
+
- Integrates LangGraph for workflow automation
|
| 7 |
+
- Debugging with LangSmith
|
| 8 |
+
- FastAPI for API access
|
| 9 |
+
|
| 10 |
+
## 🛠 Setup
|
| 11 |
+
1. Clone repo
|
| 12 |
+
2. Install dependencies: `pip install -r requirements.txt`
|
| 13 |
+
# BlogGeneration
|