Skip to content

Travelder/SuperResolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Install conda

  2. Set environment from the root directory

    conda env create -f environment.yml

  3. Activate conda

    conda activate sisr

  4. Migrate database

    python manage.py migrate

  5. Run server (port no is optional - defaults to 8000)

    python manage.py runserver 8000

  6. visit http://localhost:8000

Note

Some changes have been made within the original ML repo to accommodate with the new directory structure. Be careful before updating any thing.

Logo

To change the logo, replace the file "data_dump/logo.png". There should be no issues as long as the file name remains the same.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages