Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-wtham/cgpa-calculator-ai-ds
Calculates both semester GPA (SGPA) and cumulative GPA (CGPA) based on the provided data.
https://github.com/g-wtham/cgpa-calculator-ai-ds
Last synced: 8 days ago
JSON representation
Calculates both semester GPA (SGPA) and cumulative GPA (CGPA) based on the provided data.
- Host: GitHub
- URL: https://github.com/g-wtham/cgpa-calculator-ai-ds
- Owner: g-wtham
- Created: 2024-03-18T17:05:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T12:39:17.000Z (6 months ago)
- Last Synced: 2024-07-27T13:51:54.931Z (6 months ago)
- Language: HTML
- Homepage: https://g-wtham.github.io/cgpa-calculator-ai-ds/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI & DS - CGPA Calculator - By Gowtham
This web application provides a CGPA calculator specifically designed for students of AI & DS, adhering to the 2022 regulations. It allows students to input their course grades and credits for each semester, and then calculates both semester GPA (SGPA) and cumulative GPA (CGPA) based on the provided data.# Features
Calculate semester GPA (SGPA) and cumulative GPA (CGPA).
User-friendly interface with collapsible sections for each semester.
Automatically saves entered data locally for convenience.# Usage
Enter the name and roll number in the designated fields.
Input the grade for each course using the dropdown menus.
The application will automatically calculate the SGPA and CGPA based on the entered data.
The calculated results are displayed in a table format for easy reference.# Credits
This project is based on Lamin's original work and has been modified by Gowtham, by adding local storage and customization in relevance to AI & DS curriculum.