0% found this document useful (0 votes)
26 views2 pages

Amazon Clone - HTML, CSS

The document outlines various software projects, including a front-end Amazon clone using HTML and CSS, a student management system in Python with Tkinter, and a cab booking management system in Java. It also describes machine learning projects such as flight price prediction, face recognition, customer segmentation, and a linear regression project for predicting house prices. Additionally, it mentions an AI mini project for building a handwritten digit classifier using deep learning techniques.

Uploaded by

Dilip Das
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Amazon Clone - HTML, CSS

The document outlines various software projects, including a front-end Amazon clone using HTML and CSS, a student management system in Python with Tkinter, and a cab booking management system in Java. It also describes machine learning projects such as flight price prediction, face recognition, customer segmentation, and a linear regression project for predicting house prices. Additionally, it mentions an AI mini project for building a handwritten digit classifier using deep learning techniques.

Uploaded by

Dilip Das
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

​ Amazon Clone – HTML, CSS​


A front-end web development project that replicates the design and layout of the
Amazon homepage using HTML for structure and CSS for styling. It includes
components like product listings, navigation bar, and responsive layout but no
backend functionality.​

2.​ Student Management System – Python, Tkinter​


A desktop application built with Python's Tkinter library for managing student
records. Features include adding, updating, and deleting student information such as
names, IDs, and marks, with a simple GUI interface and data storage using files or
SQLite.​

3.​ Cab Booking Management System – Java​


A Java-based system to manage cab bookings, driver assignments, and fare
calculations. It includes a menu-driven interface or GUI for users to book rides, and
for admins to manage cab details and customer records.​

4.​ Flight Price Prediction – Python, ML, Flask​


A machine learning project that predicts flight prices based on features like airline,
source, destination, duration, and number of stops. Flask is used to deploy the model
into a web app with a user interface for input and prediction output.​

5.​ Face Recognition – Python, ML, OpenCV​


This project uses OpenCV for real-time face detection and recognition, often trained
using known face images. It applies machine learning algorithms (like LBPH or deep
learning) to match detected faces with stored identities.​

6.​ Unsupervised Learning – Customer Segmentation​


A data science project that uses clustering algorithms (like K-Means) to segment
customers based on behaviors such as purchase patterns, demographics, etc. The
goal is to help businesses target different customer groups effectively.​
7.​ Linear Regression Project – Predicting House Prices​
A machine learning regression project where the linear regression algorithm is used
to predict housing prices based on variables like area, number of bedrooms, location,
etc. Includes data cleaning, model training, and performance evaluation.​

8.​ AI Mini Project – Build a Handwritten Digit Classifier (MNIST)​


A neural network-based classifier trained on the MNIST dataset to recognize
handwritten digits (0-9). Uses deep learning libraries like TensorFlow or PyTorch, and
includes training, testing, and visualizing predictions.

You might also like