neuralgeekroot commited on
Commit
9490040
Β·
1 Parent(s): 5492e18

Updated README.md file

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -1,11 +1,16 @@
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
 
1
  # Blog Generation Automation with LangGraph
2
  This project automates blog generation using an LLM-powered workflow.
3
 
4
+ title: Blog Generation
5
+ emoji: πŸš€
6
+ colorFrom: Green
7
+ colorTo: Blue
8
+ sdk: streamlit
9
+ sdk_version: 1.42.0
10
+ app_file: app.py
11
+ license: apache-2.0
12
+ pinned: false
13
+ short_description: Refined AiBlogGenerator
14
 
15
  ## πŸ›  Setup
16
  1. Clone repo