Skip to content

Mobile application to predict sketches, If you make any rough sketch let's say a line then it will suggest you some objects may be one of them you wanted to make.

Notifications You must be signed in to change notification settings

vaibhavs2/ease-D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ease-D

Problem Statement-

Drawing is not just a form of visual art but also a means of communication. Long before languages, communication was done using drawing. In ancient times, People drew symbolic representations of what they saw or learnt to pass on the knowledge. Visual learning leaves a greater impact than words. Knowing to draw can help people communicate without any language barriers. It is especially helpful for deaf people to convey their thoughts and get information using pictorial representation. Good drawing skills are not accidental. It is a skill that can be learned with practice. The goal is to design a platform that helps people learn to draw. The main focus of the project shall be to teach children how to draw.

Model Used-

WaterFall Model

Project Timeline- link

Inside chiluServer directory
Start Django server, to connect with ML model

Install requirements.txt

$ python manage.py runserver

Change the IP and port in chilu/src/sketching.jsx and in chilu/src/components/suggestions.jsx

Inside chilu directory
Setup Environment and run

Install Node.js version 13+

To install all required dependency
$ npm install 
Start react-native server
$ npx react-native start
Run app on your android device
$ npx react-native run-android

You have to connect android device with system via adb or USB with USB-debugging enebaled in developer option

if you want to use virtual device then follow https://developer.android.com/studio/run/emulator Read about adb https://developer.android.com/studio/command-line/adb

Sample

About

Mobile application to predict sketches, If you make any rough sketch let's say a line then it will suggest you some objects may be one of them you wanted to make.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published