Hi there I am Dandu Madhukar Reddy
I am a Fullstack Developer with a passion for creating innovative solutions. My skills extend to Machine Learning and Data Science, providing a comprehensive approach to software development. Explore my projects and discover the synergy of technology and data.
My ResumeMastering the Fusion of Fullstack and Data Science
























My Projects
Airbnb hotel stats
This project analyzes Airbnb data for New York City to gain insights into pricing, ratings, and availability. The analysis looks at trends over time and comparisons between boroughs and neighborhoods. Visualizations are created in Python to showcase findings like average price per night in different areas and peak rental seasons. The code implements data cleaning, aggregation, and statistical analysis to find key takeaways.
Netflix movie stats
This project performs an exploratory data analysis on the Netflix movie dataset to understand trends in ratings, release years, durations, and genres over time. Insights include the production of Netflix originals annually, the highest rated genres, and popularity of film lengths. The Python code loads the data, handles missing values, calculates aggregates, and plots visualizations to highlight patterns.
HR data analytics
This HR analytics project analyzes employee data to predict attrition risk. The Python code implements preprocessing techniques like encoding categorical variables and handling missing data. A classification model is trained and evaluated using metrics like accuracy, precision, and recall. Key findings examine factors like department, education, age group, and gender that are associated with employees leaving the company.
IPL 2008-2020 stats
This code analyzes Indian Premier League cricket data from 2008-2020. It calculates summary statistics on team performance like wins, losses, runs scored, wickets taken, and more. For each season, it determines the winning team, orange cap holder, purple cap holder, and top scorers. The analysis also provides player-level statistics like total runs, wickets, fours, sixes, and average. Interactive visualizations showcase insights.
Weather Anywhere
This weather application allows users to enter a city name and view the current weather plus a 7-day forecast. It uses a weather API to fetch real-time data on temperature, humidity, weather condition etc. The frontend is built with React and displays suggestions for city names as the user types. The backend uses FastAPI and caches API responses. Overall, it provides an easy way to check weather in any location.
Sentiment Analysis
This app performs sentiment analysis on text data using Python's TextBlob. The React frontend allows users to enter text like reviews. The FastAPI backend handles routing and interfaces with TextBlob to predict if the sentiment is positive, negative, or neutral. Key pieces include data preprocessing, model evaluation, and displaying sentiment outputs to the user.
Pixel-X
This project replicates core Pinterest functionality. Users can sign up, create boards, upload and save images (pinning), and browse other pins. The frontend uses React and Tailwind for smooth drag-and-drop interactions. The backend is Django which handles user accounts, boards, pins, and more. Image uploads leverage cloud storage. Overall, it demonstrates building a Pinterest-like platform.
Lancer-hub
Lancer hub allows freelancers to create profiles and connect with clients. Freelancers can showcase their skills, experience, and portfolios. Clients can search profiles, post jobs, and hire freelancers for projects. Key features include user dashboards, search, messaging, reviews and ratings. The tech stack uses React, Node, Express, and MongoDB to cover the full stack.

Pika Show
This movie website lets users search and browse movies, view details like ratings and trailers, and save favorites. The homepage showcases trending and top-rated movies. Movie pages display cast, ratings, summaries, and streaming services. Saved favorites are stored for each user account. Overall, it allows discovering and learning more about movies conveniently in one place.

Space Themed Portfolio
This is a personal portfolio website with a space theme. It highlights projects and skills on different pages styled with space backgrounds and elements. The tech stack uses Next.js, TailwindCSS, and Framer Motion. Cool animations and visuals create an immersive experience. The project demonstrates front-end development skills.