Credits: Danish Singh Sethi, Vedaant Jain, Jake Mayer
-
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,
- The trained model uses a REST API in Rust to host the model which can be accessed through a server.
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.
Follow the instructions given in RUN.md to run the project.