--- title: Bird Detector emoji: 💻 colorFrom: gray colorTo: purple sdk: gradio sdk_version: 5.45.0 app_file: app.py pinned: false license: apache-2.0 short_description: Detects birds species --- # Birdey.HF Image Classifier for bird species ## Installation To install the required dependencies, run: ```sh pip install -r requirements.txt ``` ## Usage To run the app, run: ```sh python app.py ```