Spaces:
Sleeping
Sleeping
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
- First step creating virtual env
python3 -m venv myenv
- Then activate it
source myenv/bin/activate
- Then after activating the virtual env install necessary libraries
pip install -r requirements.txt
- Then run streamlit app
python -m streamlit run app.py