Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NLP-Debater-Project
/
FastAPI-Backend-Models
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FastAPI-Backend-Models
/
services
53.7 kB
5 contributors
History:
69 commits
Yassine Mhirsi
Merge branch 'main' of https://huggingface.co/spaces/NLP-Debater-Project/FastAPI-Backend-Models
7f4de42
1 day ago
__init__.py
Safe
1.03 kB
feat: Add analysis endpoints and service for processing arguments, extracting topics, and predicting stance
2 days ago
analysis_service.py
Safe
6.09 kB
feat: Add topic similarity service using Google Generative AI embeddings, enabling improved topic matching and similarity analysis. Update topic extraction logic to utilize this service and enhance overall functionality.
1 day ago
chat_service.py
Safe
4.65 kB
Update chat voice part
6 days ago
database_service.py
Safe
1.55 kB
feat: Implement user management service with Supabase integration, including user registration, retrieval, and name update endpoints.
2 days ago
generate_model_manager.py
Safe
4.43 kB
feat: Add `GenerateModelManager` for loading Hugging Face generation models and performing text generation.
2 days ago
label_model_manager.py
Safe
4.86 kB
Update training script and model files
26 days ago
mcp_service.py
Safe
4.42 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.
1 day ago
stance_model_manager.py
Safe
3.33 kB
Update training script and model files
26 days ago
stt_service.py
Safe
1.23 kB
Update chat voice part
6 days ago
topic_service.py
Safe
4.55 kB
similarity
1 day ago
topic_similarity_service.py
Safe
10.6 kB
refactor: Update file path handling in TopicSimilarityService for improved error reporting and ensure absolute paths for topic and embeddings cache files
1 day ago
tts_service.py
Safe
1.61 kB
Update chat voice part
6 days ago
user_service.py
Safe
5.38 kB
feat: Implement user management service with Supabase integration, including user registration, retrieval, and name update endpoints.
2 days ago