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.
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
-
Take a photo of your fish and put it in the ./photos folder
-
To run a demo run main_ocean.py:
python main_ocean.py
All core code contains in the ./engine folder.
You can create your own aquarium using code example from the ./ocean folder.