Skip to content

DSS3113/Rust-Style-Transfer

Repository files navigation

Rust-Style-Transfer

Credits: Danish Singh Sethi, Vedaant Jain, Jake Mayer

Project Introduction:

  • Artistic Style Tranfer Using CNN

  • The project aims to develop a CNN that takes two images (content image and style image) as input and produces an output image that incorporates the content image's content using the artistic style present in the style image. For example,

This is an image

  • The trained model uses a REST API in Rust to host the model which can be accessed through a server.

Technical Overview:

This project:

  • Uses CNNs for artistic style transfer.
  • Uses the Rust bindings of PyTorch to develop a CNN.
  • Uses the GPU to train the model in Rust.
  • Uses a REST API to interface between the user and the server which hosts the model.

How to Run:

Follow the instructions given in RUN.md to run the project.

Working Demo:

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •