Skip to content

nairadethya/Saturday_Hacknight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVSketcher

Sketch the uploaded Image

Team members

Sreni

Aanand S

How it Works

  • Upload the image
  • Use opencv to make image like sketch
  • Render the sketched image

How to Run locally

  • Clone the repo
  • Install the requirements pip install -r requirements.txt
  • Create a file dev_settings.py in backend folder with suitable variables

Model of dev_settings.py

ALLOWED_HOSTS = ['localhost']
SECRET_KEY = 'add_secret_key_key'

DATABASES = {
    'default': {
        'ENGINE': '',
        'NAME': '',
    }
}
  • Set debug = False in backend/settings.py
  • Run the server
python manage.py runserver 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.9%
  • HTML 28.6%
  • CSS 16.5%