Skip to content

This repository allows you to build your own aquarium in which you can bring to life your drawings of fish.

License

Notifications You must be signed in to change notification settings

david-svitov/fishscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FishScanner

Youtube video demonstration

This is an open-source project inspired by this video from Workinman Interactive LLC.

This repository allows you to build your own aquarium in which you can bring to life your drawings of fish.

Dependencies and installation

Source code in this repository was tested with Python 3.7.9

You can find all the dependencies in the requirements.txt

To install this code, first create a virtual environment with Conda for example:

conda create -n FishScanner python=3.7
conda activate FishScanner

Then install all the requirements as:

pip install -r requirements.txt

How to use

  1. Print ./ocean/patterns/fish_1.pdf and decorate your fish: Scan example

  2. Take a photo of your fish and put it in the ./photos folder

  3. To run a demo run main_ocean.py:

    python main_ocean.py

    Run example

Project structure

All core code contains in the ./engine folder.

You can create your own aquarium using code example from the ./ocean folder.

About

This repository allows you to build your own aquarium in which you can bring to life your drawings of fish.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages