This is a data mining toolbox that used to extract and analyse the data from swedish transript paper. (t.ex Calculate GPA)
Demo on website: https://gpatoolbox.herokuapp.com/
Clone the project under specific location
Run command: pip3 install -r requirments.txt
Run dev server: python manage.py runserver
If multiple pythone installed:
Run: python3 manage.py runserver
Enter link: localhost:8000 on browser
Suggested browser: Google Chrome
The National Transcript that submit into GPA Toolbox has to be PDF format and issued from Sweden
Please issue an issue request and we can try to fix it together
State a pull request base on an existance issue in an seperate branch
Please do not state a pull request with out stating an issue
The project is lack of test cases. If you are interested to create one, please push the test code under 'test' branch
I will integrated with Travis CI if the test cases is good to use
Any pull request to the deployment branch is not allowed and will not be merged
Any pull request direct to the master branch is not allowed and will not be merged
Detail Manual Coming Soon.....