soumikmohianuta / PSDoodle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search-By-Sketch

It's a python project.

Dependencies-

  1. Flask
  2. Tensorflow 1.15
  3. Python 3.6

Create Virtual environment with Anaconda-

conda create -n yourenvname python=3.6 anaconda

Install all dependencies

pip install -r requirements.txt

Run Search-By-Sketch

Run app.py script

For accessing the tool

http://127.0.0.1:5000/UIRetrieval - Draw according to a screen shown on left

http://127.0.0.1:5000/toolIns/ - Draw a UI i

http://127.0.0.1:5000/similarUI/ - For interactive instruction to use the tool

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 42.2%Language:CSS 27.1%Language:HTML 20.5%Language:JavaScript 10.3%