Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marijanbeg/markingpal
Python package for helping in marking and feedback.
https://github.com/marijanbeg/markingpal
Last synced: 14 days ago
JSON representation
Python package for helping in marking and feedback.
- Host: GitHub
- URL: https://github.com/marijanbeg/markingpal
- Owner: marijanbeg
- License: bsd-3-clause
- Created: 2023-11-08T16:48:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T12:55:37.000Z (about 1 year ago)
- Last Synced: 2024-11-13T08:40:49.304Z (2 months ago)
- Language: Jupyter Notebook
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# markingpal
## About
Python package for helping in marking and feedback.
## How to run the demo?
Run the following steps:
```
$ git clone https://github.com/marijanbeg/markingpal.git
$ cd markingpal
$ conda env create -f environment.yml
$ conda activate markingpal
$ jupyter lab &
```Run the demo in `demo.ipynb`.
## How to install?
``` bash
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
python3 -m pip install --upgrade -e .
```Finally create the file `~/.markingpal/env` with the following content:
```bash
OPENAI_API_KEY=sk-XXXXXX
```