GPT based Virtual teaching assistant
-
Create and activate a new Python virtual environment (venv) or a new conda environment.
-
Clone this repository:
git clone [email protected]:satishsurath/alldayta.xyz.git
-
Set up your OpenAI API Key as an environment variable. Request an API key here.
export OPENAI_API_KEY=[YOUR-OPENAI_API_KEY-HERE]
- Install all Python dependencies in your environment:
pip install -r requirements.txt
- Configure Authorized Logins by editing the
app/settings/sample.users.json
and renaming it tousers.json
-
Login with the Username and Password Configured in
users.json
file -
Add a new "Course" under the
course-management
page -
Go to the
Modify
Course page for the newly created Course -
Upload the Course
Syllabus
(This will trigger the process to define the course) -
Upload the Course
Contents
onModify
Course page with the Drag-and-Drop feature