Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NLP-Debater-Project
/
FastAPI-Backend-Models
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
77e2cd7
FastAPI-Backend-Models
/
routes
62 kB
Ctrl+K
Ctrl+K
5 contributors
History:
59 commits
malek-messaoudii
feat: Update TTS functionality to use gTTS for text-to-speech conversion, supporting only MP3 format. Adjust requirements and model fields for compatibility.
9c9026a
3 months ago
__init__.py
Safe
761 Bytes
fix: Update error logging for route loading failures and enhance route debugging with detailed logging of available routes
4 months ago
analysis.py
Safe
6.93 kB
feat: Enhance analysis endpoints to support JSON body input and CSV file uploads for argument analysis
4 months ago
generate.py
Safe
2.52 kB
feat: Introduce FastAPI endpoints for single and batch text generation with Pydantic models and Hugging Face model management.
4 months ago
health.py
Safe
629 Bytes
Refactor import statements in health.py and stance.py to use absolute paths for improved clarity and consistency
5 months ago
label.py
Safe
4.88 kB
Update label files
4 months ago
mcp_routes.py
Safe
26.5 kB
feat: Add extract_topic and voice_chat tools to MCP service, enhancing functionality for topic extraction and chatbot responses. Update models and routes to support new features.
4 months ago
root.py
Safe
289 Bytes
Redirect root endpoint to API documentation instead of returning API information
5 months ago
stance.py
Safe
2.92 kB
Refactor import statements in health.py and stance.py to use absolute paths for improved clarity and consistency
5 months ago
stt_routes.py
Safe
1.36 kB
Update chat voice part
4 months ago
topic.py
Safe
3.31 kB
similarity
4 months ago
tts_routes.py
Safe
1.08 kB
feat: Update TTS functionality to use gTTS for text-to-speech conversion, supporting only MP3 format. Adjust requirements and model fields for compatibility.
3 months ago
user.py
Safe
3.93 kB
feat: Implement user management service with Supabase integration, including user registration, retrieval, and name update endpoints.
4 months ago
voice_chat_routes.py
Safe
6.85 kB
Update chat voice part
4 months ago