Skip to content

A tool for calculating activity points from certificates of co-curricular activities for colleges under KTU university.

Notifications You must be signed in to change notification settings

henokjackson/ScoreSheets

Repository files navigation

ScoreSheets

A tool for calculating activity points from certificates of co-curricular activities for colleges under KTU.

Logo

Installing Conda

For using this application we recommend running it in a conda environment. Refer the official documentation on how to install conda: https://docs.anaconda.com/free/miniconda/#latest-miniconda-installer-links

Creating Conda Environment

  1. Create a conda environment:
conda create -n ScoreSheets python=3.10.12
  1. Activate the environment:
conda activate ScoreSheets

Setting Up

  1. Clone the repository:
git clone https://github.com/henokjackson/ScoreSheets.git
  1. Open the directory:
cd ScoreSheets
  1. Install the required python packages:
pip install -r requirements.txt
  1. Install fonts [ only works on Linux. For Windows, manually install the fonts from assets/fonts/ ] :
cd scripts
chmod +x install_fonts.sh
./install_fonts.sh
cd ..
  1. Download SpaCy packages
cd scripts
python download_spacy_packages.py
cd ..

Running ScoreSheets

To run the application:

python main.py

About

A tool for calculating activity points from certificates of co-curricular activities for colleges under KTU university.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published