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 key
button.
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 key
button. - Next, enter an identifier name (optional) and click on the
Create secret key
button.
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run Chatbot.py