MylieMudaliyar
Computer Science Undergrad. Machine Learning | Data Science | Data Visualization | Web Development
India
Pinned Repositories
-Legal-Document-Understanding-Assistant-using-LLMs
AI-powered system to simplify complex legal documents for non-experts. Abstractive text summarization using the Pegasus model, fine-tuned on Indian court cases.
Credit-Card-Fraud-Detection
Credit Fraud Detection of a highly imbalanced dataset of 280k transactions. Multiple ML algorithms(LogisticReg, ShallowNeuralNetwork, RandomForest, SVM, GradientBoosting) are compared for prediction purposes.
CS50-Solutions-2022
My cs50 codes (2022) which I had submitted. Feel free to refer : )
DisneyPlusHotstar-clone
Disney Plus Hotstar Clone using html, css and js.
EXCEL-SALES-DASHBOARD
An Interactive Sales Dashboard on MS Excel of a Local Coffee Beans Shop with 1000 purchases.
Major_Diseases_Predictor-ML-Project
Using machine learning models to predict various major diseases and deploying in Streamlit.
Restaurant-Recommendation-System-ADSProject
This is a Restaurant Recommendation System made as a part of SmartIntenz Externship Program. This project involves tf-idf matrix for recommendation and is deployed using flask.
SocialMedia-Comments-Management
A methodology integrating web scraping and K-means clustering to systematically categorize and prioritize responses. Custom web scrapers extract com-ments from YouTube videos, overcoming limitations of traditional screen scraping. Sentiment analysis using TextBlob and HuggingFace provides in-sight into overall video sentiment.
UIn-GraduateAdmissionPredictor
A university admission predictor using scores such as GRE, TOEFL, CGPA, LOR ratings, SOP ratings, College ratings, and work experience. This model is deployed using StreamLit.
Understanding-Stocks-BigTechCompanies
Stocks Visualization of top tech companies (Apple, Google, IBM, Tesla, Amazon, sp500) from years 2012-2020.
MylieMudaliyar's Repositories
MylieMudaliyar/EXCEL-SALES-DASHBOARD
An Interactive Sales Dashboard on MS Excel of a Local Coffee Beans Shop with 1000 purchases.
MylieMudaliyar/-Legal-Document-Understanding-Assistant-using-LLMs
AI-powered system to simplify complex legal documents for non-experts. Abstractive text summarization using the Pegasus model, fine-tuned on Indian court cases.
MylieMudaliyar/Credit-Card-Fraud-Detection
Credit Fraud Detection of a highly imbalanced dataset of 280k transactions. Multiple ML algorithms(LogisticReg, ShallowNeuralNetwork, RandomForest, SVM, GradientBoosting) are compared for prediction purposes.
MylieMudaliyar/CS50-Solutions-2022
My cs50 codes (2022) which I had submitted. Feel free to refer : )
MylieMudaliyar/DisneyPlusHotstar-clone
Disney Plus Hotstar Clone using html, css and js.
MylieMudaliyar/EComm-OnlineStore-Website
E-commerce Online Luxurious Furniture Store Website
MylieMudaliyar/Major_Diseases_Predictor-ML-Project
Using machine learning models to predict various major diseases and deploying in Streamlit.
MylieMudaliyar/Restaurant-Recommendation-System-ADSProject
This is a Restaurant Recommendation System made as a part of SmartIntenz Externship Program. This project involves tf-idf matrix for recommendation and is deployed using flask.
MylieMudaliyar/SocialMedia-Comments-Management
A methodology integrating web scraping and K-means clustering to systematically categorize and prioritize responses. Custom web scrapers extract com-ments from YouTube videos, overcoming limitations of traditional screen scraping. Sentiment analysis using TextBlob and HuggingFace provides in-sight into overall video sentiment.
MylieMudaliyar/UIn-GraduateAdmissionPredictor
A university admission predictor using scores such as GRE, TOEFL, CGPA, LOR ratings, SOP ratings, College ratings, and work experience. This model is deployed using StreamLit.
MylieMudaliyar/Understanding-Stocks-BigTechCompanies
Stocks Visualization of top tech companies (Apple, Google, IBM, Tesla, Amazon, sp500) from years 2012-2020.
MylieMudaliyar/Feature-Engineering-Techiques-on-House-Values
The feature engineering techniques discussed are - dimensionality reduction(pca), scaling(standard scaler, normalizer, minmaxscaler), categorical encoding(one hot/dummy), binning, clustering, feature selection. These are techniques performed on a dataset consisting of Californian House Prices.
MylieMudaliyar/FlappyBird_java
A very well known game called flappy bird coded in java.
MylieMudaliyar/How-Poverty-and-Trade-impact-Carbon-Footprint
A datascience project analysing the effect of poverty and international trade among and within 196 countries on global carbon footprint.
MylieMudaliyar/InternetWebProgramming-Exercises
Lab Exercises done for course CSE-3002 Internet and Web Programming
MylieMudaliyar/LinkUp-Social_Networking_Website
A full stack development of this a social networking website using HTML, CSS, JS, AJAX, PHP and MYSQL; and consists several user functionalities
MylieMudaliyar/MachineLearning_Algorithms
MylieMudaliyar/Movie-Recommender-on-Streamlit
MylieMudaliyar/MylieMudaliyar
MylieMudaliyar/Netflix-Data-Analysis
MylieMudaliyar/PythonProjects_Basic_to_Advanced
Here you will find python projects ranging from easy, simple beginner level to complex advance games/apps
MylieMudaliyar/Responsive-FoodOrdering-Website
Responsive food website made using html, css and javascript.
MylieMudaliyar/SDE_SalaryPredictor2022
Machine Learning Model to predict Salary of Software Developers and deployed in Streamlit. The model was trained on a real time dataset of 2022 published by Stack Overflow Survey with over 73k entries..
MylieMudaliyar/Simple-Bank-Application-in-JAVA
A basic bank/atm system using java core and oops concepts (inheritance,polymorphism,etc) wherein one can check balance , withdraw and deposit money.
MylieMudaliyar/SmallProjects-using-html-css-js
Small Projects using html, css and javascript.
MylieMudaliyar/TEDx-Talk-Recommendor
This project employs ML algorithms and NLP techniques, including TF-IDF vectorization, to build a TED Talk recommender. By analyzing talk metadata and computing cosine similarity, it offers personalized recommendations, enhancing user engagement with TEDx content.
MylieMudaliyar/Travel-Website-Responsive-
This is a responsive travel website made using html, css and javascript.
MylieMudaliyar/Understanding-Neural-Networks
All the resources I am using to learn deep learning and neural networks.
MylieMudaliyar/Web-Projects
MylieMudaliyar/Web-Scraping-Faculty-Details
A very basic web scraping project of faculty details from a university website using Beautiful Soup. The details get saved in a csv file.