faraz7530/physical-ai-textbook-api
0
Physical AI Textbook API
FastAPI backend for the Physical AI & Humanoid Robotics textbook with RAG chatbot.
Features
- RAG-powered chatbot for textbook Q&A
- User authentication
- Content personalization
- Urdu translation
API Endpoints
GET /health- Health checkPOST /api/chat- Chat with the textbookPOST /api/auth/register- User registrationPOST /api/auth/login- User loginPOST /api/personalize- Personalize contentPOST /api/translate- Translate to Urdu
