Skip to content

a2un/student_sense_eval

Repository files navigation

Student Sense Eval

Download this repository as a .zip and unzip.

  1. Instructions to run locally
cd /path/to/student_sense_eval
python3 -m venv ./student_sense_eval_env
source ./student_sense_eval_env/bin/activate
python3 -m pip install -r requirements.txt
streamlit run main.py

If re-running the app without installation

MACOS / Linux

source ./student_sense_eval_env/bin/activate
streamlit run main.py

Windows

source ./student_sense_eval_env/Scripts/activate.bat
python3 -m streamlit run main.py
  1. Once the app is running, it will launch a tab on your default browser automatically.

  2. In the webform, fill these fields:

    • OpenAI API Key will be provided to you
    • Select the type of prompt to ChatGPT from the drop down
    • Question number is every odd number
    • A file to upload will be provided to you
  3. The response from ChatGPT will be automatically presented below the fields.

About

TLL 3540 / PSY 2470 Designing Educational Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published