Skip to content

pratikkundnani/blog-generator-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project README

Description

This project is a Streamlit web application that generates blog content based on user input. It utilizes a local model called LLama 2 to generate responses for different job profiles within a specified word limit.

Setup

  1. Clone the repository.
  2. Install the required dependencies by running pip install -r requirements.txt.
  3. Download the LLama 2 model and place it in the models directory.

Usage

  1. Run the app using streamlit run app.py command.
  2. Enter the blog topic, select the job profile, and specify the word limit.
  3. Click on the "Generate" button to generate the blog content.

Local Model

The application uses a local model located in the models directory to generate responses. Specify the model path in Ctransformers params.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages