Skip to content

nklgerginov/ai-content-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Content Generator

A Flask web application that leverages OpenAI's API to generate various types of content including marketing, blog posts, and social media captions.

Features

  • 🚀 Generate marketing content with persuasive call-to-actions
  • 📝 Create blog post outlines with meta descriptions
  • 💬 Generate social media captions with emojis and hashtags
  • 🎨 Adjustable creativity and length settings
  • 🎯 Real-time content generation

Setup

  1. Clone the repository
  2. Install dependencies:
pip install -r requirements.txt
  1. Configure environment variables:
cp .env.example .env
# Add your OpenAI API key and Secret key to .env
  1. Run the application:
python run.py

Docker Support

Build and run with Docker Compose:

docker-compose up --build

Technologies

  • Flask
  • OpenAI API
  • TailwindCSS
  • Python 3.11+

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published