An intelligent personal tutor that teaches you how to draw stuff...from basic shapes to the most beautiful sceneries.
Using the in-built automated grading system, learn from your mistakes and get one step closer to becoming an artist!
Some basic instructions...
What things you need to install the software and how to install them
- To run on Android Studio, ensure two dependencies are added.
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-scalars:2.4.0'Note:
USERNAME: TEJAS01
PASSWORD: Tejas1611
- To run the backend Python scripts, following modules are required
- OpenCV
pip install opencv-contrib-python - Scikit-Image
pip install scikit-image - Flask
pip install Flask - UUID (Universally unique identifier)
pip install uuid - Numpy
pip install numpy
Not ready for deployment yet. Still a lot of work...
- Android Studio - To build the Android Application
- Python - Backend Scripts for Image Matching
- Flask - Backend Web Framework
- Drawabox - A free website with art tutorials
- Adrian @ PyImageSearch - For all the tutorials on OpenCV using Python
- Programming Fever - For the Image Capture, and Flask set-up tutorials