https://github.com/ghostwriternr/gyft-ss
Get Your Frickin' Timetable - from a ScreenShot? (WIP! Need contributors)
https://github.com/ghostwriternr/gyft-ss
gyft iitkgp metakgp timetable
Last synced: about 1 month ago
JSON representation
Get Your Frickin' Timetable - from a ScreenShot? (WIP! Need contributors)
- Host: GitHub
- URL: https://github.com/ghostwriternr/gyft-ss
- Owner: ghostwriternr
- License: gpl-3.0
- Created: 2018-02-18T10:01:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T20:29:53.000Z (over 6 years ago)
- Last Synced: 2025-04-20T13:10:37.612Z (about 1 month ago)
- Topics: gyft, iitkgp, metakgp, timetable
- Language: C++
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gyft-ss
Get Your Frickin' Timetable - from a ScreenShot!
This project is designed to be similar to [GYFT](https://github.com/metakgp/gyft), but with a screenshot of students' timetable as input. So no passwords are ever entered - goodbye ERP login nightmares.## Dependencies
The project needs the following to be installed:
- OpenCV (tested on 3.0+)
- Tesseract (preferably 4.0)## How to use
A Makefile is provided for building the project. To do that, run:
```sh
make
```A binary named `gyft-ss` will be created in the same directory. Run this binary with the path to your screenshot image as argument. For example,
```sh
./gyft-ss images/sample.png
```## License
GPLv3
## Maintainer
Naresh R
GitHub: [ghostwriternr](https://github.com/ghostwriternr/)
Email: ghostwriternr [at] gmail [dot] com