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...
22ad0ba
FastAPI-Backend-Models
167 kB
5 contributors
History:
149 commits
Yassine Mhirsi
similarity
22ad0ba
3 months ago
data
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.
3 months ago
models
feat: Add analysis endpoints and service for processing arguments, extracting topics, and predicting stance
3 months ago
routes
similarity
3 months ago
services
similarity
3 months ago
.dockerignore
Safe
146 Bytes
Refactor import statements in health.py and stance.py to use relative paths; update .dockerignore to remove models directory
4 months ago
.gitattributes
Safe
1.52 kB
initial commit
4 months ago
.gitignore
Safe
127 Bytes
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.
3 months ago
Dockerfile
Safe
918 Bytes
Refactor Dockerfile and main.py to set working directory and PYTHONPATH correctly; ensure imports function as expected
4 months ago
README.md
Safe
233 Bytes
initial commit
4 months ago
config.py
Safe
3.01 kB
refactor: Update file path handling in TopicSimilarityService for improved error reporting and ensure absolute paths for topic and embeddings cache files
3 months ago
main.py
Safe
11.5 kB
test
3 months ago
requirements.txt
Safe
739 Bytes
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.
3 months ago
topic_similarity_google_example.py
6.4 kB
similarity
3 months ago
topic_similarity_langchain_example.py
1.67 kB
similarity
3 months ago