https://github.com/neuralgeekroot/bloggeneration
Blog Writing Assistant
https://github.com/neuralgeekroot/bloggeneration
dotenv groq langchain langgraph langsmith large-language-models llama pydantic python3
Last synced: 7 months ago
JSON representation
Blog Writing Assistant
- Host: GitHub
- URL: https://github.com/neuralgeekroot/bloggeneration
- Owner: NeuralGeekroot
- Created: 2025-03-15T14:15:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T14:31:15.000Z (7 months ago)
- Last Synced: 2025-03-15T15:26:23.258Z (7 months ago)
- Topics: dotenv, groq, langchain, langgraph, langsmith, large-language-models, llama, pydantic, python3
- Language: Python
- Homepage: https://blogassistant.streamlit.app/
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Blog Generation
emoji: 🚀
colorFrom: green
colorTo: blue
sdk: streamlit
sdk_version: 1.42.0
app_file: app.py
license: apache-2.0
pinned: false
short_description: Refined AiBlogGenerator
---# Blog Generation Automation with LangGraph
This project automates blog generation using an LLM-powered workflow.## 🛠Setup
1. Clone repo
2. Install dependencies: `pip install -r requirements.txt`
# BlogGeneration