Download this repository as a .zip and unzip.
- 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
-
Once the app is running, it will launch a tab on your default browser automatically.
-
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
-
The response from ChatGPT will be automatically presented below the fields.