Code Monkey home page Code Monkey logo

unstop's Introduction

unstop

A simple python script for neural style transfer, using the pre-trained fast arbitrary image style transfer model.

Set up

  1. Download or clone the code.
git clone https://github.com/duncanldaho/unstop && cd unstop
  1. Inside of the unstop directory create a virtual environment, activate the environment, and install the modules.
# Create a virtual environment:
python3 -m venv unstop

# Activate the environment:
source unstop/bin/activate

# Install python modules:
pip3 install -r requirements

Running

  1. After set up, you only have to activate the environment and run the script.
source unstop/bin/activate
python3 unst.py
  1. When finished, deactivate the environment.
deactivate

Notes

Try changing the values for the resize function: preserve_aspect_ratio and antialias. I typically preserve the aspect ratio and turn off anti-aliasing, the effects are sometimes quite subtle.

There are example images in the /data directory. The script applied the style from "style.jpeg" to "content.jpeg" and generates "stylized.jpeg". Unfortunately tensorflow has a lot of dependencies, so it is highly recommended to use a virtual environment. Unstop may not work with future versions of the required modules. It works with the newest versions, and has been confirmed to work with at least:

numpy==1.22.1
tensorflow==2.7.0
tensorflow-hub==0.12.0.

This project works on a raspberry pi (tested on the model 4B). Some guides recommend installing the libatlas package, but unstop will work without it.

sudo apt install libatlas-base-dev

unstop's People

Contributors

duncanldaho avatar quafl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.