OMR-17/tds-virtual-ta
0
TDS Virtual TA
Virtual Teaching Assistant API for IIT Madras Tools in Data Science course.
Space Configuration
- Space Type: Docker
- Build File: Dockerfile
- Runtime Command:
uvicorn api:app --host 0.0.0.0 --port 7860
Setup Instructions
- Clone the repository.
- Install dependencies using the
requirements.txtfile:pip install -r requirements.txt. - Build and run the Docker container locally (for testing):
docker build -t tds-virtual-ta .
docker run -p 7860:7860 tds-virtual-ta
