Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ranar118
/
voice_detection
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
voice_detection
59.9 kB
1 contributor
History:
22 commits
ranar110
Fix: Move 'import os' to top-level to prevent NameError at startup
7ba6d3f
5 days ago
static
Major Update: Added File Upload support, merged audio players, and consolidated all fixes
6 days ago
.gitignore
Safe
87 Bytes
Chore: Update gitignore
6 days ago
Dockerfile
Safe
895 Bytes
Fix: Add missing system dependencies (libsndfile1, ffmpeg) for audio processing
6 days ago
LICENSE
Safe
1.06 kB
Add MIT License
7 days ago
Procfile
Safe
50 Bytes
Support Base64 input and prepare for Railway
7 days ago
README.md
Safe
483 Bytes
feat: add README for Voice Detection System API and update API key in test script.
7 days ago
audio_processor.py
Safe
1.95 kB
Initial commit of Voice Detection System
7 days ago
auth.py
Safe
283 Bytes
Initial commit of Voice Detection System
7 days ago
check_ai_deployment.py
Safe
2.04 kB
Final: Add submission details and cheatsheets
6 days ago
check_audio_players.py
Safe
2.35 kB
Fix: Use absolute path for tester.html and add path debugging
6 days ago
check_file_upload.py
Safe
1.94 kB
Fix: Use absolute path for tester.html and add path debugging
6 days ago
check_rebuild.py
Safe
2.06 kB
Fix: Use absolute path for tester.html and add path debugging
6 days ago
connection_test.html
Safe
2.19 kB
Fix: Use absolute path for tester.html and add path debugging
6 days ago
detector.py
Safe
597 Bytes
Initial commit of Voice Detection System
7 days ago
fine_tuning_guide.md
Safe
3.41 kB
Upgrade: Replaced mock detector with Real AI Model and added Fine-Tuning Guide
6 days ago
main.py
Safe
4.63 kB
Fix: Move 'import os' to top-level to prevent NameError at startup
5 days ago
murf_generator.py
Safe
1.56 kB
Initial commit of Voice Detection System
7 days ago
quick_check.py
Safe
636 Bytes
Final: Add submission details and cheatsheets
6 days ago
real_detector.py
Safe
4.12 kB
Fix: Update response format to match Multi-Language problem statement (classification key)
5 days ago
requirements.txt
Safe
166 Bytes
Upgrade: Replaced mock detector with Real AI Model and added Fine-Tuning Guide
6 days ago
submission.md
Safe
2.81 kB
Final: Add submission details and cheatsheets
6 days ago
submission_cheatsheet.md
Safe
907 Bytes
Final: Add submission details and cheatsheets
6 days ago
test_api.py
Safe
1.6 kB
feat: add README for Voice Detection System API and update API key in test script.
7 days ago
test_deployment.py
Safe
3.31 kB
Force Docker rebuild to pick up static file changes
6 days ago
test_details.py
Safe
746 Bytes
Initial commit of Voice Detection System
7 days ago
test_human_audio.py
Safe
4.15 kB
Fix: Use absolute path for tester.html and add path debugging
6 days ago
test_murf.py
Safe
816 Bytes
Initial commit of Voice Detection System
7 days ago
verify_murf_key.py
Safe
845 Bytes
Initial commit of Voice Detection System
7 days ago
wait_for_deployment.py
Safe
1.79 kB
Fix: Use absolute path for tester.html and add path debugging
6 days ago