Skip to content

Anna University cut off marks This tool is intended to help 2021 students to get an overview of the cut off marks in the 2020 and 2019 anna university counselling .

Notifications You must be signed in to change notification settings

anandhakumarpalanisamy/anna_university_cut_off_marks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tnea 2020 & 2019 cut off - Anna university 2020 & 2019 cut off - Python Dash App

Anna University cut off marks.This tool is intended to help 2021 students to get an overview of the cut off marks in the 2020 and 2019 anna university counselling .

UPDATE : THE APP IS UPDATED WITH 2020 CUT OFF MARKS FOR 2021 STUDENTS.

NOTE : If App link 1(or) 2 is not working , use App link 3 (or) 4.

Tags : Anna university 2020 cut off | Tnea 2020 cut off | For 2021 students

Running app locally

1) Install python requirements (Make sure you have Python 3.6 and above)

$ git clone https://github.com/anandhakumarpalanisamy/tnea_2019_cut_off_marks.git
$ cd tnea_2019_cut_off_marks
$ pip install -r requirements.txt

2a) Start jupyter notebook and run app

Open "tnea_app.ipynb" in jupyter notebook and run

App will be running in port 9007 : http://127.0.0.1:9007/

2b) Run app through command line

$ cd tnea_2019_cut_off_marks
$ python3 tnea_app.py

App will be running in port 9007 : http://127.0.0.1:9007/

Dockerisation

1) Build Docker Image

$ git clone https://github.com/anandhakumarpalanisamy/tnea_2019_cut_off_marks.git
$ cd tnea_2019_cut_off_marks
$ docker build --tag tnea-app .

2a) Run as a docker container

$ docker run -d --name tnea-app -p 9007:9007 tnea-app

2b) Run as a docker service with replicas

$ docker service create --name tnea-service --replicas 3 -p 9007:9007 tnea-app:latest

Google Datastudio app

  • This app is also available as a google datastudio report.
  • A tutorial on how to create the app using google datastudio is available in the below youtube link
  • Language spoken in video is tamil IMAGE ALT TEXT HERE
  • Link of the demo app created in this video : Demo App
  • Excel Data used in youtube tutorial: Excel Data

About

Anna University cut off marks This tool is intended to help 2021 students to get an overview of the cut off marks in the 2020 and 2019 anna university counselling .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published