Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/princexz/cgp-calculator
This core PHP web application includes a GPA Calculator, CGPA Calculator, and converters between CGPA and percentage. It helps students efficiently manage and interpret their academic performance.
https://github.com/princexz/cgp-calculator
application bootstrap calculator cgpa cgpa-calculator cgpacalculator css html5 javascript python website
Last synced: 2 days ago
JSON representation
This core PHP web application includes a GPA Calculator, CGPA Calculator, and converters between CGPA and percentage. It helps students efficiently manage and interpret their academic performance.
- Host: GitHub
- URL: https://github.com/princexz/cgp-calculator
- Owner: Princexz
- License: other
- Created: 2024-02-13T06:27:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T13:33:15.000Z (4 months ago)
- Last Synced: 2024-11-25T11:40:05.221Z (2 months ago)
- Topics: application, bootstrap, calculator, cgpa, cgpa-calculator, cgpacalculator, css, html5, javascript, python, website
- Language: JavaScript
- Homepage: https://princexz.github.io/CGP-Calculator/
- Size: 134 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
#
* Application: CGPA Calculator
* Author: Prince Solomon
* Year: 2024.* This Application help student to calculate their Result
* Application Version v5.0.0 (https://github.com/princexz)
* Copyright 2024 The Application Author
* Licensed under MIT (https://github.com/princexz/ CGP_Calculator/blob/master/LICENSE)
# CGPA APPLICATION.In this tutorial we deploy the chatbot I created in [this](https://github.com/python-engineer/pytorch-chatbot) tutorial with Flask and JavaScript.
This gives 2 deployment options:
- Deploy within Flask app with jinja2 template
- Serve only the Flask prediction API. The used html and javascript files can be included in any Frontend application (with only a slight modification) and can run completely separate from the Flask App then.## Initial Setup:
This repo currently contains the starter files.Clone repo and create a virtual environment
```
$ git clone https://github.com/princexz/CGP-Calculator.git
$ cd CGP-Calculator-deployment
$ -m venv venv
$ . venv/bin/activate
```
Install dependencies
```
$ (venv) pip install Flask torch torchvision nltk
```
Install nltk package
```
$ (venv) IDE VS Code
>>> import nltk
>>> nltk.download('punkt')
```Run
```
$ (Index) index.html
```
This will dump data.pth file. And then run
the following command to test it in the console.
```
```# 📝 Features
✅ This is a CGPA-CALCULATOR application website.
✅ It help Student in Calculate their CGPA .# 💻 Technologies used
# 👩💻 IDE used
# 🌐 Visit the website here
https://princexz.github.io/CGP-Calculator/# 📕 License
This project is under MIT license.## Credits:
https://github.com/princexz/CGP-Calculator