-
Sr. Program Manager @..
- Toronto
-
869-spaceship-titanic Public
Predict whether passengers aboard the Spaceship Titanic were transported to an alternate dimension using structured data and advanced machine learning techniques.
Jupyter Notebook MIT License UpdatedJun 6, 2025 -
-
A mern full-stack app developed as an eCommerce platform for buyers and sellers for pet products. The app is branded as ePet Shop promising same-day delivery!
-
llamaindex-docs-agent Public
AI-powered assistant for LlamaIndex documentation. Combines vector search, web retrieval, and conversational AI to assist developers in navigating LlamaIndex concepts and solutions.
Python MIT License UpdatedApr 14, 2025 -
langchain-bookbot Public
A semantic book recommendation system powered by LangChain, OpenAI, and Gradio.
Shell UpdatedApr 3, 2025 -
UofT-fitness-tracker Public
Fitness Tracker is a full-stack web application developed using frontend (javascript, html, css) and backend (nodejs, express, MongoDB, and mongoose ODM).
JavaScript UpdatedJan 22, 2025 -
UofT-budget-tracker Public
This is a full-stack web app developed using technology stack of javascript, html, css for frontend and nodejs,, express, mongodb, mongoose
JavaScript UpdatedJan 21, 2025 -
Discover Stocks is an online stock and news search portal for a personalized experience for ametuer stocks & trading learners. The app is built using HTML, CSS, Bootstrap, JavaScript, jQuery, Expre…
-
The note taker app is developed on a web platform using technology stack of html, css, bootstrap, javascript, jquery, nodejs, express.
JavaScript UpdatedDec 6, 2024 -
py_deeplearning_ai Public
This is a containerized production-grade machine learning project to deploy and serve a model using a REST API in Red Hat OpenShift.
Jupyter Notebook UpdatedSep 10, 2024 -
LLMs-in-Finance Public
Forked from hananedupouy/LLMs-in-FinanceLLMs in Finance - Generative AI - AI Agents
Jupyter Notebook MIT License UpdatedSep 9, 2024 -
BigDataAnalytics_INFOH515 Public
Forked from Yannael/BigDataAnalytics_INFOH515Material for the Big Data Analytics exercise classes - INFOH515 - Big Data : Distributed Data Management and Scalable Analytics - Université Libre de Bruxelles
Jupyter Notebook UpdatedJul 23, 2024 -
machine_learning_examples Public
Forked from lazyprogrammer/machine_learning_examplesA collection of machine learning examples and tutorials.
Python UpdatedJul 23, 2024 -
academicpages.github.io Public template
Forked from academicpages/academicpages.github.ioGithub Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
JavaScript MIT License UpdatedJul 22, 2024 -
deenuy.github.io Public
React-based personal portfolio to exhibit the projects, accomplishments, and work experience.
-
create-react-app Public
Forked from facebook/create-react-appSet up a modern web app by running one command.
JavaScript MIT License UpdatedJul 5, 2023 -
DO288-apps Public
Forked from RedHatTraining/DO288-appsThis repository contains sample containerized apps for RedhHat OpenShift
JavaScript Apache License 2.0 UpdatedJun 20, 2023 -
-
chromeExtension Public
Chrome extension development to capture desktop media to clipboard
JavaScript MIT License UpdatedJan 27, 2023 -
DO180-apps Public
Forked from RedHatTraining/DO180-appsDO180 Repository for Sample Applications for RedHat OpenShift
JavaScript UpdatedDec 17, 2022 -
express-js-api-es6 Public
A node express-js api server for serving client requests to arangodb foxx-service api and send response to graphistry node api
JavaScript UpdatedMay 30, 2022 -
image-based-pli-su2022 Public
Image based programming language identification using tensorflow, keras and opencv
-
se-imagenet Public
A large-scale repository of images for software-specific lexicons database called 'SE-ImageNet' to complement software engineering communities and computer vision researchers
-
cnn-obj-recognitions Public
Repo for learning various CNN architectures for image & video based object detections using pre-trained models like VGGNet, MobileNet-SSD, ResNet, Mask R-CNN, YoLo, Inception, and Xception models u…
-
-
FourLinkedList Public
Implements a variation of a linked list and to investigate its time complexity for some of the list operations
-
-
graph-bfs-traversal-partbom Public
A snippet for recursive algorithm using stacks implementation for bfs graph traversal and generate tree indent for given edges data from arango aql query result.
-
arangodb-graph-foxx-api Public
ArangoDB Foxx services API for graph AQL queries
MIT License UpdatedMay 10, 2022 -
Dijkstra-algo-shortest-path Public
Dijkstra's Algorithm for finding shortest path between two cities using PriorityQueues and list nearby cities for given distance k.