An open API service indexing awesome lists of open source software.

https://github.com/nayasinghania/spartan-score

An efficient OCR-based GPA calculator designed for SJSU students
https://github.com/nayasinghania/spartan-score

canvas gpa grade graphql instructure nextjs ocr reactjs sjsu tesseract

Last synced: 28 days ago
JSON representation

An efficient OCR-based GPA calculator designed for SJSU students

Awesome Lists containing this project

README

          

# Spartan Score

## About

Spartan Score is a GPA calculator designed for SJSU students to be able to easily calculate their GPA with just a screenshot of their grades. Currently working on an ML pipeline to provide statistics of other students in similar classes.

### Tech Stack

- Next.js
- Shadcn UI
- Tesseract OCR

## Setup

1. `npm install`
2. `npm run dev`
3. `http://localhost:3000`
4. `docker compose up` (to setup mongodb to pull data after scraping completed)