Spaces:
Sleeping
Sleeping
| title: Voice Scam Detector | |
| sdk: gradio | |
| emoji: 💻 | |
| colorFrom: blue | |
| colorTo: purple | |
| short_description: A deep learning based system to detect scam calls from voice | |
| title: Voice Scam Detector | |
| emoji: 🎙️ | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: "4.44.0" | |
| python_version: "3.10" | |
| app_file: app.py | |
| pinned: false | |
| Voice Scam Detector | |
| This project detects scam calls using a hybrid approach: | |
| CNN model for audio feature analysis | |
| Whisper model for speech-to-text transcription | |
| Keyword-based scam detection | |
| Technologies used: | |
| Python, PyTorch, Librosa, Whisper, Gradio, Hugging Face | |
| To run the project: | |
| pip install -r requirements.txt | |
| python app.py | |