An open API service indexing awesome lists of open source software.

https://github.com/sandyg6/prasunet

This repository contains a collection of machine learning projects I developed during my internship at Prasunet Company.
https://github.com/sandyg6/prasunet

kmeans-clustering linear-regression machinelearning opencv prasunet svm tensorflow

Last synced: 3 months ago
JSON representation

This repository contains a collection of machine learning projects I developed during my internship at Prasunet Company.

Awesome Lists containing this project

README

          

# PRASUNET
# Machine Learning Projects

This repository contains a collection of machine learning projects I developed during my internship at Prasunet Company. Each project focuses on different aspects of machine learning, showcasing a variety of techniques and applications. Below is a brief overview of each project:

## Projects Overview

1. [**House Price Prediction using Advanced Linear Regression**](https://github.com/sandyg6/PRASUNET/tree/main/Prasunet_ML_01)
- **Description:** A model to predict house prices using advanced linear regression techniques.
- **Tech Stack:** Pandas, Scikit-Learn, Matplotlib

2. [**Customer Segmentation using K-Means Clustering**](https://github.com/sandyg6/PRASUNET/tree/main/Prasunet_ML_02)
- **Description:** A project to segment customers into different groups using K-Means clustering.
- **Tech Stack:** Pandas, Scikit-Learn, Matplotlib

3. [**Cat vs Dog Image Classification using Support Vector Machine**](https://github.com/sandyg6/PRASUNET/tree/main/Prasunet_ML_03)
- **Description:** A SVM classifier to distinguish between images of cats and dogs.
- **Tech Stack:** OpenCV, Scikit-Learn, Streamlit

4. [**Hand Gesture Recognition**](https://github.com/sandyg6/PRASUNET/tree/main/Prasunet_ML_04)
- **Description:** Developing a hand gesture recognition model that can accurately identify and classify different hand gestures from image or video data, enabling intuitive human-computer interaction and gesture-based control systems.
- **Tech Stack:** OpenCV, TensorFlow, Keras

5. [**Food Image Classification**](https://github.com/sandyg6/PRASUNET/tree/main/Prasunet_ML_05)
- **Description:** A model to classify different types of food from images and estimate their calorie content.
- **Tech Stack:** TensorFlow, Keras, Streamlit