mikkohei13 / wayfinder

App that suggest identificatons for photos of organisms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wayfinder

App that suggest identificatons for photos of organisms

Initial setup

git clone https://github.com/mikkohei13/wayfinder.git
apt install python3.10-venv
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Set secrets to secrets.json

Statup

python app.py
Navigate to http://127.0.0.1:5000/

About

App that suggest identificatons for photos of organisms

License:MIT License


Languages

Language:Python 66.2%Language:HTML 33.8%