Commit History

feat: Add text generation endpoint with corresponding request and response models.
2f878ea

S01Nour commited on

feat: Add FastAPI endpoint for text generation with request and response models.
66ccc9d

S01Nour commited on

refactor: Remove notebook and establish API routing structure.
65bf3d8

S01Nour commited on

Merge branch 'main' of https://huggingface.co/spaces/NLP-Debater-Project/FastAPI-Backend-Models
6db5781

S01Nour commited on

feat: Add text generation API endpoint with T5 model integration.
0d13811

S01Nour commited on

Add response models for new MCP tools: DetectStance, MatchKeypoint, TranscribeAudio, GenerateSpeech, and GenerateArgument
45e145b

malek-messaoudii commited on

Enhance MCP tool performance by implementing asynchronous handling in tool calls
997d57e

malek-messaoudii commited on

Update MCP tool calls to use asynchronous handling for improved performance and responsiveness
dd55f1d

malek-messaoudii commited on

Refactor MCP tool handling to use hardcoded tool definitions and improve return value handling in health check and tool calls
b36d7d0

malek-messaoudii commited on

Update expose
f171734

malek-messaoudii commited on

update mcp part
1315b27

malek-messaoudii commited on

correct main
3c58a94

malek-messaoudii commited on

update mcp part
83c5f9d

malek-messaoudii commited on

add mcp part
8791d59

malek-messaoudii commited on

Update chat voice part
a71355d

malek-messaoudii commited on

Update chat endpoints
c059296

malek-messaoudii commited on

Add chat part
1d46e48

malek-messaoudii commited on

Correct version
c45f0d6

malek-messaoudii commited on

update services
1e7709f

malek-messaoudii commited on

Uodate stt tts
27ee35f

malek-messaoudii commited on

Add groq apis
2da4544

malek-messaoudii commited on

Refactor audio processing and chatbot services; enhance STT and TTS functionalities with base64 support and session management
56dc677

malek-messaoudii commited on

Update files
674469e

malek-messaoudii commited on

fix errors
a8c8142

malek-messaoudii commited on

Refactor audio processing to utilize free models and enhance logging; update TTS and STT services for improved functionality
95cb26e

malek-messaoudii commited on

Enhance configuration validation and audio processing limits
918acab

malek-messaoudii commited on

add files
4a13628

malek-messaoudii commited on

Update audio.py
218c6a3

malek-messaoudii commited on

Update codes
d4b6133

malek-messaoudii commited on

Update audio.py
520a06a

malek-messaoudii commited on

Correct files
544d113

malek-messaoudii commited on

Refactor audio models and services for improved error handling and response streaming
9aa985d

malek-messaoudii commited on

add gemini api
73d4f3c

malek-messaoudii commited on

Add tts/stt services
c7fc3b6

malek-messaoudii commited on

Update label files
8a40c79

malek-messaoudii commited on

Add label/KPA-related schemas to models and update documentation in label routes
3afc11b

Yassine Mhirsi commited on

Update API routes to include label module and add prefix for stance and label endpoints
693c788

Yassine Mhirsi commited on

Add KPA model integration and update configuration for label predictions
f28285b

Yassine Mhirsi commited on

Add Kpa classification model
03d23e8

malek-messaoudii commited on

Redirect root endpoint to API documentation instead of returning API information
b0001af

Yassine Mhirsi commited on

Refactor import statements in health.py and stance.py to use absolute paths for improved clarity and consistency
24cfb63

Yassine Mhirsi commited on

Refactor import statements in health.py and stance.py to use relative paths; update .dockerignore to remove models directory
287d61b

Yassine Mhirsi commited on

first test
9db766f

Yassine Mhirsi commited on