The neural network used is taken from DLS_2022, and it turns sparrows into tits and vice versa.
home page | main page |
---|---|
Flask, Minio, PostgreSQL, Bootstrap
The service consists on three parts: backend, frontend, and worker. For running on localhost all need to be cloned:
git clone https://github.com/bird-exchange/backend.git
git clone https://github.com/bird-exchange/frontend.git
git clone https://github.com/bird-exchange/worker.git
Chekpoints arxiv from here should be saved in \worker\worker\handler\checkpoints.
Follow the instructions of each part. Run in the following order: backend, worker, frontend.