Skip to content

satishsurath/alldayta.xyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alldayta.xyz

GPT based Virtual teaching assistant

💻 Installation

  1. Create and activate a new Python virtual environment (venv) or a new conda environment.

  2. Clone this repository:

    git clone git@github.com:satishsurath/alldayta.xyz.git
  3. Set up your OpenAI API Key as an environment variable. Request an API key here.

export OPENAI_API_KEY=[YOUR-OPENAI_API_KEY-HERE]
  1. Install all Python dependencies in your environment:
pip install -r requirements.txt
  1. Configure Authorized Logins by editing the app/settings/sample.users.json and renaming it to users.json

📚 Configure your First Course:

  1. Login with the Username and Password Configured in users.json file

  2. Add a new "Course" under the course-management page

  3. Go to the Modify Course page for the newly created Course

  4. Upload the Course Syllabus (This will trigger the process to define the course)

  5. Upload the Course Contents on Modify Course page with the Drag-and-Drop feature