Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionmich/instructor_pilot
Automate Instructor/TA Tasks and integrate with Canvas API
https://github.com/ionmich/instructor_pilot
canvaslms django ml mnist uf
Last synced: 8 days ago
JSON representation
Automate Instructor/TA Tasks and integrate with Canvas API
- Host: GitHub
- URL: https://github.com/ionmich/instructor_pilot
- Owner: IonMich
- License: apache-2.0
- Created: 2022-06-29T02:39:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T09:40:53.000Z (about 2 months ago)
- Last Synced: 2024-09-15T21:03:54.454Z (about 2 months ago)
- Topics: canvaslms, django, ml, mnist, uf
- Language: JavaScript
- Homepage:
- Size: 22.9 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![conda](https://github.com/IonMich/instructor_pilot/actions/workflows/python-package-conda.yml/badge.svg)](https://github.com/IonMich/instructor_pilot/actions/workflows/python-package-conda.yml)
# Instructor Pilot
![Instructor Pilot](assets/readme_image.png)
## Description
A Django app to assist Teaching Assistants and Instructors with Canvas integration.
It depends on the [canvasapi](https://github.com/ucfopen/canvasapi) library.
## Installation
You can find installation instructions [here](https://github.com/IonMich/instructor_pilot/wiki/Installation-Instructions).
# Usage
The installation instructions need to be followed only once. After that, you can run the app by simply navigating to the `instructor_pilot` directory and running:
```shell
conda activate django-ta
python manage.py runserver
```where you should replace `django-ta` with the name you chose for the conda environment during installation. If you do not recall the name of the conda environment you created, run `conda info --envs` to get a list of all conda environments in your system.
# Updating the source code
You can find update instructions [here](https://github.com/IonMich/instructor_pilot/wiki/Update-instructions).