Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.7 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.7 KB

Introduction

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.

Start

Before running the project, you need to download some necessary files.

  1. Please unzip example_audio.zip in the server/media/example-audio folder.

  2. 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:

  1. If you need to use the email registration function, please configure the email server in server/email.py

server

cd server/
pip install -r ./requirements.txt
python ./manage.py makemigrations
python ./manage.py migrate
python ./manage.py runserver 8000

client

npm install
npm run serve

Contact

If you have any questions about this project, please contact:

model: dream18455215141@163.com
client: wufangiu666666@163.com
server: hdxin2002@gmail.com

Citation

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}
}