Skip to content

Sidd-77/style-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer

This project is a Neural Style Transfer application that allows users to apply the style of one image to another. It uses a pre-trained model from TensorFlow Hub to perform the style transfer.

Tech Stack

  • Streamlit: A fast, efficient, and easy-to-use framework for building web applications.
  • TensorFlow: An end-to-end open source platform for machine learning.
  • TensorFlow Hub: A repository of pre-trained TensorFlow models.

Running the Project Locally

  1. Clone the repository to your local machine:
git clone https://github.com/Sidd-77/style-transfer.git
  1. Navigate to the project directory:
cd style-transfer
  1. Install required dependencies:
pip install -r requirements.txt
  1. Run the Streamlit application:
streamlit run app.py

The application should be now running at http://localhost:8501