Awesome
Instagram-Color-Search for Python
Color-based search for Instagram using Imagga's color API.
This project has a PHP version too.
Installation
- Clone or download the repo
- Install dependencies from
requirements.txt
usingpip install -r requirements.txt
command - Download and install
imagga-py
module from here - Change your settings in the
config.py
file - Run the application from the terminal with this command
python app.py
- Open your browser and navigate to http://localhost:8080/
Demo
Python demo hopefully soon.