This repository is Web Test using gradio for cough detection.
NOTE: Your Computer Must Installed FFMPEG.
If your computer not installed FFMPEG and your OS is Windows, you can follow this tutorial for install FFMPEG
After you follow it, don't forget to restart your computer.
Let's start for installing this repository:
- First, clone this repository
- Create environment python in this folder repository using this code:
python -m venv venv
. Run it in your terminal - Activate your environment, if your OS is Windows using it:
source venv/Scripts/activate
- Install module python,
pip install -r requirements.txt
- Create folder named
model
- Take your model into model folder
- Run program
python main.py