Spaces:
Sleeping
Sleeping
| # ----------------------------- | |
| # π Server and API | |
| # ----------------------------- | |
| fastapi | |
| uvicorn | |
| # ----------------------------- | |
| # βοΈ Configuration and Environment Variables | |
| # ----------------------------- | |
| python-dotenv | |
| # ----------------------------- | |
| # ποΈ Database (Supabase) | |
| # ----------------------------- | |
| supabase | |
| # ----------------------------- | |
| # π JWT Tokens and Security | |
| # ----------------------------- | |
| python-jose | |
| passlib[bcrypt] | |
| # ----------------------------- | |
| # π€ Email Sending (SendGrid) | |
| # ----------------------------- | |
| sendgrid | |
| # ----------------------------- | |
| # π§© Validations and Models | |
| # ----------------------------- | |
| pydantic | |
| email-validator | |
| # ----------------------------- | |
| # π€ Artificial Intelligence Integration | |
| # ----------------------------- | |
| torch | |
| sentence-transformers | |
| # ----------------------------- | |
| # π°οΈ Date and Time Handling | |
| # ----------------------------- | |
| python-dateutil |