An application to add colors to portraiture photos !
- Clone this repo
- Install requirements
- Configure Flask and Stripe Keys in your environment
- Run the script
- Check http://localhost:5000
- Done! 🎉
- You can go to https://colorlifeapp.herokuapp.com
- Signup to use the app
- Go to the profile page
- Select the image you want to apply colors and click on the pay with card button
- Stripe is in test mode (email: admin@admin.com, card number: 4242 4242 4242 4242, date: any future date and cvc 123)
$ git clone https://github.com/cydessole/ColorLife.git
$ pip install -r requirements.txt
$ export FLASK_APP=project
$ export STRIPE_PUBLISHABLE_KEY=<YOUR_STRIPE_PUBLISHABLE_KEY>
$ export STRIPE_SECRET_KEY=<YOUR_STRIPE_SECRET_KEY>
You have to run this script in the github directory not in project
$ flask run
Check the Jupyter notebook in the github folder to see a bit more about the algorithm behind it. The base model is a reproduction of Emil Wallner coloring greyscale images project