/plant-go

KU - Hackfest 2023 Runner Up ( Blockchain Track )

Primary LanguageC++

About

PlantGo: Rediscover Nature, One Tap at a Time. Gamify outdoor exploration, snap plant pictures with AI, earn blockchain rewards, and contribute to a vast plant database. Join the green revolution! For mre information visit our Devpost Project Profile.

Installation

Python 3.9 and higher are recommended for this project.

pip install -r miner_requirements.txt
pip install -r webserver_requirements.txt

Usage

The webserver and miner can be run locally using aiohttp.

$MINER_PORT=8080
py miner.py

A miner address is crucial for this project .

$MINER_ADDRESS="..."
py webserver.py $MINER_ADDRESS

The Team