Skip to content

treezy254/AI-blog-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-blog-writer

This is a simple Streamlit app for generating and displaying blog titles and content using GenerativeAI.

Usage

  1. Clone the repository:

    git clone https://github.com/yourusername/streamlit-blog-app.git
  2. Navigate into the project directory:

    cd streamlit-blog-app
  3. Build the Docker image:

    docker build -t streamlit-blog-app .
  4. Run the Docker container:

    docker run -p 8501:8501 streamlit-blog-app
  5. Open your web browser and go to http://localhost:8501 to access the Streamlit app.

    Install the required Python packages using the following command: pip install -r requirements.txt

About

AI that writes blogs for you based on your request

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published