This project is the award-winning work of Chinese Collegiate Computing Competition (4C 2023). We have built a front-end and back-end system to display bird audio classification results and encyclopedia information.
Before running the project, you need to download some necessary files.
-
Please unzip example_audio.zip in the
server/media/example-audio
folder. -
Please download the pretrained model to any location and configure the absolute path of the model in
server/configure/model.py
. We provide 2 pretrained model:
- If you need to use the email registration function, please configure the email server in
server/email.py
cd server/
pip install -r ./requirements.txt
python ./manage.py makemigrations
python ./manage.py migrate
python ./manage.py runserver 8000
npm install
npm run serve
If you have any questions about this project, please contact:
model: [email protected]
client: [email protected]
server: [email protected]
If this project is helpful to you, please cite it in your paper:
@software{Bird_Sound_Classification,
author = {Xiang Li and Fang Wu and Haidong Xin},
title = {{Bird_Sound_Classification}},
url = {https://github.com/xhd0728/Bird_Sound_Classification},
version = {1.0},
year = {2024}
}