Ashritha27426 commited on
Commit
f058bb5
·
verified ·
1 Parent(s): 6b1f3f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -1,12 +1,27 @@
1
  ---
2
- title: Deep Learning
 
3
  emoji: 💻
4
- colorFrom: green
5
- colorTo: gray
 
 
 
 
 
 
6
  sdk: gradio
7
- sdk_version: 6.12.0
 
8
  app_file: app.py
9
  pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Voice Scam Detector
3
+ sdk: gradio
4
  emoji: 💻
5
+ colorFrom: blue
6
+ colorTo: purple
7
+ short_description: A deep learning based system to detect scam calls from voice
8
+ ---
9
+ title: Voice Scam Detector
10
+ emoji: 🎙️
11
+ colorFrom: blue
12
+ colorTo: purple
13
  sdk: gradio
14
+ sdk_version: "4.44.0"
15
+ python_version: "3.10"
16
  app_file: app.py
17
  pinned: false
18
+ Voice Scam Detector
19
+ This project detects scam calls using a hybrid approach:
20
+ CNN model for audio feature analysis
21
+ Whisper model for speech-to-text transcription
22
+ Keyword-based scam detection
23
+ Technologies used:
24
+ Python, PyTorch, Librosa, Whisper, Gradio, Hugging Face
25
+ To run the project:
26
+ pip install -r requirements.txt
27
+ python app.py