https://github.com/purplelemons-dev/collin-work
programming i've done for collin as a student employee
https://github.com/purplelemons-dev/collin-work
Last synced: over 1 year ago
JSON representation
programming i've done for collin as a student employee
- Host: GitHub
- URL: https://github.com/purplelemons-dev/collin-work
- Owner: purplelemons-dev
- Created: 2022-10-31T18:58:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T01:00:48.000Z (about 3 years ago)
- Last Synced: 2025-03-02T02:37:41.778Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# collin-work
programming i've done for Collin College as a student employee
## Youtube Transcript Getter
Hosts a simple webserver that allows users to provide YouTube links and uses OpenAI's [Whisper](https://openai.com/research/whisper) model to get a highly accurate transcript. This is used on Collin's YouTube [channel](https://youtube.com/@CougarEDU) for hearing-impared students. Look at it [here](./yt-py)
## Handshake Integration
In order for the carreer center to quickly integrate with new employers, I designed a [program](./matchingemployers.py) to filter through a large excel document to find relevant data.
## Phone
Even though it wasn't used, I designed a [Twilio](https://www.twilio.com/en-us) integration in order to quickly reach hundreds of students at the push of a button. Look at it [here](./phone.py)