-
-
Mistral-AI-Tutor-Web-App Public
A web application built using Streamlit that uses Mistral open source models to create a personal tutor that generates summaries, quizzes, chat functionality based on uploaded documents.
-
mlip-kubernetes-lab Public
Forked from purvag03/mlip-kubernetes-labRepository for Recitation Lab 9 - Machine Learning in Production [Spring 2024]
Python UpdatedNov 6, 2024 -
MLIP_Lab6 Public
Forked from pedrogbmendes/MLIP_Lab6This repo provides a starter code for Lab 6 - CI with Jenkins
Python MIT License UpdatedOct 4, 2024 -
-
Time-Series-Forecasting-LSTM Public
Time series forecasting using LSTM in Python
-
A website that predicts the probability of a forest fire taking place based on oxygen,temperature and humidity content
-
A streamlit based webapp that allows for text based image retrieval using the OpenAI CLIP model and ChromaDB
3 UpdatedJul 18, 2024 -
Iris-Classifier-ML-Web-App Public
A website built using streamlit that classifies iris flowers , giving user 3 different option of machine learning model to use
-
Langchain-Code-Completion Public
Mini project to build a python code completion chatbot using Langchain framework and LLM's. Code walkthrough given on my YouTube channel at: https://www.youtube.com/watch?v=N-MLFxM7boE&t=14s
-
Langchain_Prompt_Template Public
Mini project to create post generator using multiple LLM Chains and Prompt Templates. Code Walkthrough on my YouTube channel: https://www.youtube.com/watch?v=BLvqJgFo3RI&lc=Ugw5E32dsV-gLVOgMU94AaABAg
-
-
pothole-classification Public
Pothole classification solution for detecting and identifying potholes.
Python UpdatedJan 20, 2023 -
yolov5 Public
Forked from ultralytics/yolov5YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Python GNU General Public License v3.0 UpdatedOct 13, 2022 -
Flask-Form-Bootstrap Public
Code for creating forms in flask, and used bootstrap for styling the webiste. Also retrieved user data and stored them in session variables ,which can be sent to database. Complete explanation on m…
-
Time Series forecasting on daily temperature data using the FB Prophet library. Complete Video Explanaiton on my YouTube channel: https://www.youtube.com/watch?v=2vF2xTUXJwM
-
Deep-Learning-Face-Detection Public
Real Time deep learning based face detection using opencv and python. YouTube tutorial link: https://youtu.be/bpdXwoPh_p0
-
-
Auto-Encoder-Tensorflow Public
Implementation of Auto Encoder in Tensorflow for MNIST handwritten digits
UpdatedNov 14, 2021 -
Object detection with YOLO V3 in 4 lines of code. Video explanation present on my youtube channel: https://www.youtube.com/watch?v=uc_KTc8VhkQ
-
Transfer learning using the keras resnet 50 pre trained model.Video Explanation available on my youtube channel:
-
darknet Public
Forked from pjreddie/darknetConvolutional Neural Networks
C Other UpdatedJul 12, 2021 -
Multivariate time series forecasting using the VAR Model in Python. Video Explanation available on my Youtube channel: https://www.youtube.com/watch?v=4jv1NGlAc_0
-
ML-Interpretation-Shap Public
Interpretation of Ml models using the shap library in python. Video Explanation available on my youtube channel: https://www.youtube.com/watch?v=TeM3FWU9tjA
-
SweetViz-EDA-TitanicDataset Public
Notebook for doing exploratory data analysis using sweetviz library in python
Jupyter Notebook UpdatedJun 10, 2021 -
Face-Eye-Detection-Opencv Public
Real time face and eye detection using open cv and python.
-
A deep learning web app , made using streamlit. Web app can deployed straight from Google collab
-
-
Insurance dataset for my video tutorial on IBM watson studio.
2 UpdatedMay 13, 2021 -
Gradio-ML-WebApp Public
Web application for iris classification using gradio and python