Convert Zoom text files into srt
I was having difficulty getting youtube to upload the subtitles generated by zoom from my recorded lectures. So, I decided to create a script in python that converts those txt files into something I can import into youtube.
Click here to download .ipynbNBA stats
I am using historical NBA data from 1972 to 2019 that I web scrapped to predict which teams in the 2020-2021 season will be going to the playoffs and be champions. I'll be updating this project as the season goes on.
Click here to see progress of this projectVisual System Image
I vectorized a famous illustration of the heirarchy of the visual system from Felleman & Van (1991). For a powerpoint version, sent me an email.
Click here: Visual SystemPet KCAL Counter
I created a handy spreadsheet to keep track of how many calories your pet is consuming. Basically, in the DayCalculator sheet, add food on the left. Then, when you give treats for walking/training, select that food from the dropdown box and include the amount. Lastly, add the total for breakfast/dinner. When you are done, you can copy the column into the Day-to-day sheet to do track things over time! I will be using this to make sure we do not overfeed our dog, Owl
Click here: Pet_KCAL_counterSchedule Generator
In graduate school, I was often tasked with scheduling timeslots for research assistants. This was pretty challenging when you consider 10 different schedules for each RA and needing to assign non-overlapping timeslots for a single room. So, I created this tool in MATLAB to randomly generate schedules based on the students' course schedules. This was a ton of fun to build.
Click here: Schedule_generator_code