https://github.com/chayotic/ktu-statistics
View performance data of KTU-affiliated colleges across Kerala.
https://github.com/chayotic/ktu-statistics
college kerala ktu statistics
Last synced: 5 months ago
JSON representation
View performance data of KTU-affiliated colleges across Kerala.
- Host: GitHub
- URL: https://github.com/chayotic/ktu-statistics
- Owner: chayotic
- License: mit
- Created: 2025-07-16T08:45:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T17:27:18.000Z (11 months ago)
- Last Synced: 2025-08-25T22:06:43.756Z (10 months ago)
- Topics: college, kerala, ktu, statistics
- Homepage: https://chayotic.github.io/KTU-Statistics/
- Size: 247 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KTU Statistics
**KTU Statistics** is a browser-based tool for visualizing academic performance data of engineering colleges affiliated with APJ Abdul Kalam Technological University (KTU), Kerala.
It provides an interactive interface to explore batch-wise pass percentages, institutional rankings, and historical trends across multiple years.
---
## Data
The project relies on manually curated batch-wise JSON files located in the `data/` directory. Each file contains institutional data in the following format:
```json
{
"Institution": "Sample College",
"Registration count": 320,
"All Pass Count": 198
}
```
## License
This project is licensed under the [MIT LICENSE](LICENSE).
## Notes
This tool is intended for academic and statistical purposes. All data presented is derived from publicly available or institutionally provided sources. Accuracy depends on the completeness and correctness of the source data.
---
Thanks to [@amith-vp](https://github.com/amith-vp) for inspiration