https://github.com/codedotjs/lazyhashtags
:frog: Generate relevant or irrelevant hashtags for your Instagram posts!
https://github.com/codedotjs/lazyhashtags
flask hashtags image-classification instagram javascript python webapp
Last synced: 7 months ago
JSON representation
:frog: Generate relevant or irrelevant hashtags for your Instagram posts!
- Host: GitHub
- URL: https://github.com/codedotjs/lazyhashtags
- Owner: CodeDotJS
- Created: 2024-04-06T04:57:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-22T19:14:21.000Z (over 1 year ago)
- Last Synced: 2025-03-20T00:41:18.447Z (8 months ago)
- Topics: flask, hashtags, image-classification, instagram, javascript, python, webapp
- Language: CSS
- Homepage: https://lazyhashtags.vercel.app/
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Generate Hashtags from Images for Your Instagram Posts
## Overview
I built this app for fun, to automatically generate hashtags for my Instagram posts. It came about because I wanted an easy way to do this, and it works well.

## Getting Started
To run the Lazy Hashtags application locally, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/CodeDotJS/LazyHashTags
```
2. Install the required packages:
```sh
cd LazyHashTags
pip install -r requirements.txt
```
3. You will need an Imagga API key to use the hashtag generation feature. You can get it by signing up for a free account on [Imagga](https://imagga.com/).
4. Create an `.env` in the root of the folder and replace `` with your own key.
```py
AUTH_KEY=
```
- Run the application
```sh
python main.py
```
5. Start uploading images and generating hashtags!
## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to submit a pull request or open an issue.
## License
This project is licensed under the [MIT License](LICENSE).