Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5tarlight/grade-predictor
This project will predict your next grade based on your previous grades. but, you must not believe this entirely. This is just statistically predicted value
https://github.com/5tarlight/grade-predictor
grade grade-calculator predictor statistics
Last synced: about 2 months ago
JSON representation
This project will predict your next grade based on your previous grades. but, you must not believe this entirely. This is just statistically predicted value
- Host: GitHub
- URL: https://github.com/5tarlight/grade-predictor
- Owner: 5tarlight
- License: mit
- Created: 2021-05-04T05:19:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:12:51.000Z (about 2 years ago)
- Last Synced: 2023-03-04T02:20:20.438Z (almost 2 years ago)
- Topics: grade, grade-calculator, predictor, statistics
- Language: JavaScript
- Homepage:
- Size: 4.98 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Grade predictor
This project provide prediction about your future grade based on your previous grade.
## Warning
Don't believe this entirely. Your grade is not depend on previous grades. It's upon your effort. Just use this for fun. We do not care your problem caused by your faults.
# Requirements
- Node.js, yarn, docker
# Installation
```bash
cd frontend
yarn
cd ..
cd backend
yarn
``````bash
docker-compose up -d --build
```# Author
- 5tarlight (YEAHx4#7777 discord)