riyabharath24's Stars
ivanstepanovftw/glam
Graph-based Layout Analysis Model
riyabharath24/Handball-Action-Recognition
A deep learning model based on the LSTM and R-CNN models that takes videos from handball practice sessions and identifies the actions performed by players in a video.
riyabharath24/Cancer-Cell-Classification
A machine learning model built using the Support Vector Machine Algorithm that detects and classifies a tumor as benign and malignant based on the tumor data such as size, shape, etc. The tumor classification is based on the following classes : 2=Benign 4=Malignant
riyabharath24/Spotify_Recommender_System
An application that uses the Spotify API to extract music in to a CSV file and generate recommendations based on any playllist.
microsoft/Data-Science-For-Beginners
10 Weeks, 20 Lessons, Data Science for All!
Manasa2506/leetcode-Medium
Top Interview Questions -LeetCode
Manasa2506/HackerRank-c-
HackerRank medium questions
Manasa2506/E-poll
Manasa2506/Data-Science-Projects
Mini Projects on Data Science and Data Analytics
Manasa2506/ML-Housing-Dataset
Model made using python and jupyter to predict the number of rooms in a house using given data
Manasa2506/Manasa2506
Manasa2506/HackerRank-python-
HackerRank questions (medium )
Manasa2506/Library-Management-System
Library Management System made using Python, tkinter and MySQL . tkinter : is a module that can be used to create graphical user interfaces (GUI). MySQL is one of the most common open source databases for storing Python web application's data.
Manasa2506/Toyota-Dataset-Analysis
Exploratory Data Analysis on Toyota Dataset to determine the relationship between age and price of the car
Manasa2506/Quicksave
A website that uses web scraping to select the cheapest products from various websites and displays them to get the best deals.
Manasa2506/Job-Recommendation-System
A model that predicts the most suitable job for a person based on their profile
Manasa2506/Fraudulent-credit-card-transaction-classifier-
A credit card fraud detection system made using python , which detects whether a credit card transaction is fraudulent or not. This model uses the Decision Tree Algorithm to classify a transaction as Fraudulent or Non-Fraudulent. 0 -> Transaction is Non-Fraudulent 1 -> Transaction is Fraudulent
Manasa2506/GOOGLE-APP-RATING-DATA-ANALYSIS
App rating, reviews, price, and installs have been analyzed against their respective categories. Dataset has been cleaned and downloaded from Kaggle.
Manasa2506/IITK-Hackathon-Axtria
Task 1 for the IITK Hackathon Challenge given by Axtria.Given the Brand Rx values for a particular medicine the task is to find the best promotional channel for HCP's to sell the medicines to the physicians for a particular week. These promotional channels include sales rep calls, sample droppings and emails delivered.
Manasa2506/customer-segmentation-using-K-means-
Customer Segmentation is the subdivision of a market into discrete customer groups that share similar characteristics.
riyabharath24/Sentiment-Analysis-Mresult
Exploratory Data Analysis on a real time dataset by MResult on Medical Data. This used NLP Techniques such as tokenization, lemmatization and stemming to determine whether the medicine has a positive, negative or neutral sentiment
riyabharath24/LGMVIP-DATASCIENCE
A repository containing all my tasks for Letsgrowmore May-2022 session
riyabharath24/Scanotics_hk
riyabharath24/Online-Voting-System-Socket-Programming
This application usese multi-threading and socket programming to make an online voting system.