CoolFace
Apppublic

OMR-17/tds-virtual-ta

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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

  1. 1.Clone the repository.
  2. 2.Install dependencies using the requirements.txt file: pip install -r requirements.txt.
  3. 3.Build and run the Docker container locally (for testing):
bash
   docker build -t tds-virtual-ta .
   docker run -p 7860:7860 tds-virtual-ta