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