Skip to content

prepportal/question-generation

Repository files navigation

question-generation

How to run the code:

  1. Clone the repository
  2. cd into the directory
cd question-generation
  1. create a virtual environment and install the required libraries
python3 -m venv .venv
source .venv/bin/activate
  1. Run the following command to install the required libraries:
pip install -r requirements.txt
  1. Run the following command to run the code:
python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published