Chat with your Canvas!
This app is provides give information about your Canvas based on your given access token
You can get your own Canvas Access Token by following the following instructions:
- Go to https://canvas.ltu.se/profile/settings.
- Click on the
+ Create new secret keybutton.
You can get your own OpenAI API key by following the following instructions:
- Go to https://platform.openai.com/account/api-keys.
- Click on the
+ Create new secret keybutton. - Next, enter an identifier name (optional) and click on the
Create secret keybutton.
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run Chatbot.py