Skip to content

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.

License

Notifications You must be signed in to change notification settings

Princexz/CGP-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prince Solomon License: MIT Stars Repo size Watchers Last commit

# * Application: CGPA Calculator * Author: Prince Solomon * Year: 2024.
CGPA-Application Interface.

CGPA APPLICATION.

In this tutorial we deploy the chatbot I created in this 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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published