This repo implements the lab in basharat_aipd_challenge1.md using the dataset structure in data.csv.
On Windows PowerShell from the repo root:
py -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txtstreamlit run app.pyOpen: http://localhost:8501
In a second terminal (repo root, venv activated):
python backend\manage.py runserverOpen: http://localhost:8000
API: http://localhost:8000/api/tutors
docker build -t tutor-finder .
docker run --rm -p 8501:8501 tutor-finderdocker compose up --build- Django:
http://localhost:8000 - Streamlit:
http://localhost:8501