2022-05-26 16:15:21 +02:00
2022-05-27 10:09:21 +02:00
2022-05-26 13:58:46 +02:00
2022-05-27 10:09:21 +02:00
2022-05-27 10:09:21 +02:00
2022-05-27 10:09:21 +02:00
2022-05-27 10:09:21 +02:00
2022-05-19 11:07:34 +02:00
2022-05-26 16:15:21 +02:00
2022-05-26 13:58:46 +02:00
2022-05-26 13:58:46 +02:00
2022-05-27 10:09:21 +02:00
2022-05-26 13:58:46 +02:00

BirdQuizz

Identify Bird Song !

Installation

git clone https://forge.chapril.org/UncleSamulus/BirdQuizz.git
cd BirdQuizz
python3 -m venv
. venv/bin/activate
pip install -r requirements.txt

Database configuration

sudo mysql
CREATE DATABASE birdquizz;
GRANT ALL ON birdquizz.* TO birdquizz@localhost IDENTIFIED BY 'secret';

Configuration

cp config.py.example config.py

Database migration

flask db migrate -m "Migration message."
flask db upgrade # Perform migration (after script verification in ./migrations/versions/)
Description
Indentify Bird Song !
Readme 55 KiB
Languages
Python 63.2%
HTML 28.2%
Modelica 3.9%
Mako 2.6%
Shell 1.8%
Other 0.3%