A simple Streamlit app that generates blog content using the powerful LLaMA 2 language model via LangChain and CTransformers. 🚀🧠
- 🖋️ Generate blog articles from your custom topics
- 🤖 Runs TinyLLaMA (LLaMA 2) model locally for fast and private inference
- 🎨 Beautiful, easy-to-use Streamlit UI
- ⚡ Powered by
ctransformersfor efficient, offline model execution - 🧩 Flexible prompt templating with LangChain
- 🐍 Python
- 🌐 Streamlit
- 🔗 LangChain
- ⚙️ CTransformers (local LLaMA 2 inference)
- 📦 Hugging Face
.ggufmodel files
git clone https://github.com/utsab345/BlogGeneration.git
cd BlogGenerationpython -m venv env
# Activate it:
# Windows:
env\Scripts\activate
# macOS/Linux:
source env/bin/activatepip install -r requirements.txtDownload your TinyLLaMA .gguf model and place it inside the models/ folder.
streamlit run app.pyThis project is licensed under the MIT License. See the LICENSE file for details.
