Hugging Face
Models
Datasets
Spaces
Community
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...
2683fd8
FastAPI-Backend-Models
/
services
55.4 kB
5 contributors
History:
75 commits
malek-messaoudii
feat: Add return_base64 parameter to generate_speech function, allowing output as Base64 audio alongside file path. Update request and response models for clarity and enhance documentation.
2683fd8
about 2 months ago
__init__.py
1.03 kB
feat: Add analysis endpoints and service for processing arguments, extracting topics, and predicting stance
2 months ago
analysis_service.py
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.
2 months ago
chat_service.py
4.67 kB
feat: Introduce individual GROQ API keys for Topic, STT, TTS, and Chat services, enhancing configuration flexibility and service initialization checks across the application.
about 2 months ago
database_service.py
1.55 kB
feat: Implement user management service with Supabase integration, including user registration, retrieval, and name update endpoints.
2 months ago
generate_model_manager.py
4.43 kB
feat: Add `GenerateModelManager` for loading Hugging Face generation models and performing text generation.
2 months ago
label_model_manager.py
4.86 kB
Update training script and model files
3 months ago
mcp_service.py
5.2 kB
feat: Add return_base64 parameter to generate_speech function, allowing output as Base64 audio alongside file path. Update request and response models for clarity and enhance documentation.
about 2 months ago
stance_model_manager.py
3.33 kB
Update training script and model files
3 months ago
stt_service.py
1.25 kB
feat: Introduce individual GROQ API keys for Topic, STT, TTS, and Chat services, enhancing configuration flexibility and service initialization checks across the application.
about 2 months ago
topic_service.py
4.58 kB
feat: Introduce individual GROQ API keys for Topic, STT, TTS, and Chat services, enhancing configuration flexibility and service initialization checks across the application.
about 2 months ago
topic_similarity_service.py
10.6 kB
refactor: Update file path handling in TopicSimilarityService for improved error reporting and ensure absolute paths for topic and embeddings cache files
2 months ago
tts_service.py
2.41 kB
feat: Enhance TTS functionality to support Base64 audio output alongside file response. Introduce new text_to_speech_base64 function for Base64 conversion and update generate_tts endpoint to handle return_base64 parameter.
about 2 months ago
user_service.py
5.38 kB
feat: Implement user management service with Supabase integration, including user registration, retrieval, and name update endpoints.
2 months ago