git clone https://github.com/seansukamto/adapt-learn.git
cd adapt-learnpip install -r requirements.txtIf you want to enable AI-generated quiz questions, you can add your OpenAI API key:
cd .streamlitCreate a file called secrets.toml with the following content:
OPENAI_API_KEY = "your-api-key"From the root directory:
streamlit run streamlit_app.py