-
ReadIt is an Mobile application that helps people make todo's from index page of a book by capturing image of Index page. So they can make a schedule in how much time they want to complete the book and will get whatssapp message reminders and motivational messages to complete the task that you've started.
-
You will get free Amazon Book Coupons on completing a Task(Book). As you complete more and more Tasks(Books) you will be incentivize.
- create virtual environment
virtualenv venv
and activatesource activate
. - install dependencies. If you have nvidia gpu then install both requirements-nvidia.txt and requirements.txt.
pip install requirements.txt
. - Run flask server
python server.py
.
- easily setup ReadIt through docker-compose
- run
docker-compose up