GEM-Lab's picture
Upload 3 files
c114c4d verified
|
raw
history blame
553 Bytes

ECTEL_Course_Generation_APP

This is app for generating a scenario-based tutoring lesson based on the uploaded PDFs , expected themes . Our code will be released after the paper is getting accepted.

Steps to Run the app

  1. First step creating virtual env
python3 -m venv myenv
  1. Then activate it
source myenv/bin/activate
  1. Then after activating the virtual env install necessary libraries
pip install -r requirements.txt
  1. Then run streamlit app
python -m streamlit run app.py