A tool for calculating activity points from certificates of co-curricular activities for colleges under KTU.
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
- Create a conda environment:
conda create -n ScoreSheets python=3.10.12
- Activate the environment:
conda activate ScoreSheets
- Clone the repository:
git clone https://github.com/henokjackson/ScoreSheets.git
- Open the directory:
cd ScoreSheets
- Install the required python packages:
pip install -r requirements.txt
- 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 ..
- Download SpaCy packages
cd scripts
python download_spacy_packages.py
cd ..
To run the application:
python main.py