Pinned Repositories
IdleJam2023
Game in Unity for the Idle Game Jam 2023
6.0001-PS1
MIT OCW 6.0001 Problem Set 1.A-C focusing on building a three iterations of a down payment mortgage estimate program
6.0001-PS2
MIT OCW 6.0001 Problem Set 2: A python hangman game and a variation with hints with a focus on the creation of functions, looping mechanisms, conditionals, and overall flow control.
6.0001-PS3
MIT OCW 6.0001 Problem Set 3: A python word game with a focus on the creation of functions, looping mechanisms, conditionals, and overall flow control.
6.0001-PS4
Three problems utilizing OOP with recursion, classes, inheritance, assertions, and more.
6.0001-PS5
python program monitoring news feeds from Yahoo and Google news. Applies OOP practices of classes and inheritance. Features trigger mechanisms for filtering incoming data.
canvas-companion
Educational AI dialogue application designed to be seamlessly integrated into Canvas LMS, aiming to provide students with a personal and intuitive way to stay on top of course-related activities.
gpt-s2s
Conversational speech chatbot utilizing OpenAI's GPTs and Microsoft Azure's Speech Services
lmm-graph-vision
How well do the GPT-4V, Gemini Pro Vision, and Claude 3 Opus models perform zero-shot vision tasks on data structures?
chatbot-memory-hci
gutbash's Repositories
gutbash/6.0001-PS1
MIT OCW 6.0001 Problem Set 1.A-C focusing on building a three iterations of a down payment mortgage estimate program
gutbash/6.0001-PS2
MIT OCW 6.0001 Problem Set 2: A python hangman game and a variation with hints with a focus on the creation of functions, looping mechanisms, conditionals, and overall flow control.
gutbash/6.0001-PS3
MIT OCW 6.0001 Problem Set 3: A python word game with a focus on the creation of functions, looping mechanisms, conditionals, and overall flow control.
gutbash/6.0001-PS4
Three problems utilizing OOP with recursion, classes, inheritance, assertions, and more.
gutbash/6.0001-PS5
python program monitoring news feeds from Yahoo and Google news. Applies OOP practices of classes and inheritance. Features trigger mechanisms for filtering incoming data.
gutbash/choice-adventure
choose your own adventure story game in Python utilizing tree data structure
gutbash/coffee-chatbot
practicing python and chatbots using simple rule-based chatbot utilizing a simple dialog tree in a closed domain around a coffee order
gutbash/git_test
gutbash/hash-map
basic python hash map with open addressing collision correction
gutbash/hash-map-chaining
python hash map using separate chaining with linked lists
gutbash/jupyter-caesar-vigenere-cipher
python practice through cryptographic cipher creation using caesar and vigenere
gutbash/jupyter-lin-regression
Practiced loops, lists, and arithmetic for Python with a project on linear regression using Jupyter Notebooks.
gutbash/jupyter-planner-scheduling-filter
practice in python with a focus on utilizing dictionaries to filter data
gutbash/maze-explorer
python maze game with a focus on learning graph data structures utilizing object oriented programming
gutbash/skyroute-dfs-bfs
Simple python program utilizing breadth and depth first search systems to determine shortest routes between landmarks with a metro system.
gutbash/towers-of-hanoi
python practice in linear data structures with linked lists, nodes, and stacks utilizing classes/object oriented programming
gutbash/travel-guide
small python program to match travel destination attraction features with inputted traveler interests. utilize modular programming through functions and practice in local git repos to github
gutbash/veneer
python practice in classes through an art marketplace system