Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashtag AI Generator

This is a simple Flask web app that uses OpenAI's GPT-4o model to generate 30 hashtags based on an uploaded image. Just upload an image, and the app will suggest hashtags you can copy and use for social media or marketing.

Features

  • Upload an image and get AI-generated hashtags
  • Live image preview before submission
  • Click-to-select hashtags
  • Copy selected hashtags to a text area

Tech Stack

  • Python (Flask)
  • HTML / CSS / JavaScript
  • OpenAI API
  • Jinja2 Templating

Setup

  1. Clone this repository
  2. Install dependencies:
pip install -r requirements.txt
  1. Create a .env file and add your OpenAI API key:
OPENAI_KEY=your_api_key_here
  1. Run the app:

  2. Open your browser and go to http://localhost:5000

Notes

  • Make sure your API key has access to GPT-4o.
  • Uploaded images are saved temporarily during processing.

License

MIT License

About

A Flask web app that uses OpenAI's GPT-4o to generate 30 relevant hashtags from any uploaded image using visual recognition.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages