Skip to content

Fadion96/image_enhancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Enhancer

Web application (React + Django) for performing a neural style transfer (NST) that adopts a style from one image to another while preserving its content.

Based on NST implementation from Hugging Face

Run Locally

Prerequisites

This application uses Python 3.9

How to run

Clone the project

  git clone https://github.com/Fadion96/image_enhancer

Go to the project directory

  cd image_enhancer/

Install backend required libraries

  pip install -r requirements/requirements.txt

Install frontend dependencies

  cd frontend/
  npm install

Migrate models to the database and run the server

  cd backend/
  python manage.py migrate
  python manage.py runserver

Run frontend

  cd frontend/
  npm start

Screenshots

Login page

Results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors