BlogWriterApp / README.md
CHA0sTIG3R's picture
Add metadata to README.md
5596d96
|
raw
history blame
1.93 kB
metadata
title: BlogWriterApp
emoji: πŸ“Š
colorFrom: yellow
colorTo: indigo
sdk: docker
pinned: false

AI Blog Writer

AI Blog Writer is a web application that leverages artificial intelligence to help users generate blog posts on various topics

Features

  • Custom Blog Generation: Users can input the topic, select the desired tone, specify length, and add any specific instructions to guide the content generation.
  • Responsive Design: Built with Bootstrap, the application is fully responsive and user-friendly, suitable for both desktop and mobile users.
  • Dark Mode: A sleek dark mode interface for comfortable usage in low-light conditions.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have the following installed:

  • Python 3.9 or later
  • Flask
  • OpenAI
  • OpenAI API key

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/ai-blog-writer.git
    
  2. Navigate to the project directory:

    cd ai-blog-writer
    
  3. Install the required Python packages:

    pip install -r requirements.txt
    
  4. Run the Flask application:

    flask run
    

The application should now be running on http://localhost:5000.

Usage

To use the application, simply navigate to the homepage, fill in the form with your blog post requirements, and click on the "Generate Blog Post" button. The AI will process your request and display a generated blog post based on your specifications.

Built With

  • Flask - The web framework used
  • Bootstrap - The front-end framework used for responsive design
  • OpenAI API - The AI model API for content generation