Pinned Repositories
AlgoVisual
This project is a dynamic web tool that helps users understand and visualize various searching and sorting algorithms. It uses HTML, CSS, and JavaScript to provide an interactive and engaging way to learn about these fundamental algorithms. The visualizer allows users to select a sorting algorithm and observe its step-by-step execution.
N-queen-visualizer
An N-Queens Visualizer is a tool designed to display solutions to the N-Queens problem, where the challenge is to place N queens on an N×N chessboard in such a way that no two queens can attack each other. The visualizer typically presents the chessboard in a clear grid layout, allowing users to see where each queen is positioned. Some visualizers
QR-GENERATOR
The QR Code Generator is a simple and intuitive web application that allows users to create QR codes from any URL or text input. Built with HTML, CSS, and JavaScript, this tool features a responsive design and smooth animations, making QR code generation easy and visually appealing.
BubbleShooter
**Bubble Shooter** is a classic arcade-style puzzle game that typically features a screen filled with colorful bubbles arranged in various patterns. The primary objective of the game is to clear all the bubbles from the screen by shooting bubbles from a cannon or launcher located at the bottom of the screen. The player controls the direction of the
Airline-Booking-System
This C++ program simulates an airline flight reservation system, enabling users to book tickets, cancel them, change reservations, view individual passenger details, and get a summary of all bookings. The system manages seat allocation, tracks food preferences, and handles reservations through a linked list of passenger records, ensuring efficient
personal-finance-tracker
Personal Finance Tracker is a tool to manage your finances efficiently. Track income, categorize expenses, and set budgets to gain insights into your financial habits. Generate reports, export data to CSV, and make informed decisions about your spending and savings. Ideal for those looking to take control of their personal finances!
Titanic-Survival-Prediction
Developed a machine learning model to predict Titanic passenger survival using Python and libraries such as Pandas, NumPy, and Scikit-learn. Implemented data preprocessing, feature engineering, and logistic regression. Evaluated model performance through accuracy and cross-validation, achieving insights into factors affecting survival outcomes.
Webathon-2k24_team_13
ATS-RESUME-SCRORER-USING-ML
ATS Resume Scorer is a Flask-based tool that evaluates resumes for job role compatibility. Users upload a PDF, select a job role, and receive an ATS score calculated using TF-IDF vectorization and cosine similarity. It features PDF text extraction, preprocessing, and a user-friendly interface, ensuring streamlined ,accurate compatibility analysis
Sales-Price-Prediction-Analysis
SHIVARISHITHA's Repositories
SHIVARISHITHA/ATS-RESUME-SCRORER-USING-ML
ATS Resume Scorer is a Flask-based tool that evaluates resumes for job role compatibility. Users upload a PDF, select a job role, and receive an ATS score calculated using TF-IDF vectorization and cosine similarity. It features PDF text extraction, preprocessing, and a user-friendly interface, ensuring streamlined ,accurate compatibility analysis
SHIVARISHITHA/Sales-Price-Prediction-Analysis
SHIVARISHITHA/Titanic-Survival-Prediction
Developed a machine learning model to predict Titanic passenger survival using Python and libraries such as Pandas, NumPy, and Scikit-learn. Implemented data preprocessing, feature engineering, and logistic regression. Evaluated model performance through accuracy and cross-validation, achieving insights into factors affecting survival outcomes.
SHIVARISHITHA/BubbleShooter
**Bubble Shooter** is a classic arcade-style puzzle game that typically features a screen filled with colorful bubbles arranged in various patterns. The primary objective of the game is to clear all the bubbles from the screen by shooting bubbles from a cannon or launcher located at the bottom of the screen. The player controls the direction of the
SHIVARISHITHA/N-queen-visualizer
An N-Queens Visualizer is a tool designed to display solutions to the N-Queens problem, where the challenge is to place N queens on an N×N chessboard in such a way that no two queens can attack each other. The visualizer typically presents the chessboard in a clear grid layout, allowing users to see where each queen is positioned. Some visualizers
SHIVARISHITHA/personal-finance-tracker
Personal Finance Tracker is a tool to manage your finances efficiently. Track income, categorize expenses, and set budgets to gain insights into your financial habits. Generate reports, export data to CSV, and make informed decisions about your spending and savings. Ideal for those looking to take control of their personal finances!
SHIVARISHITHA/Airline-Booking-System
This C++ program simulates an airline flight reservation system, enabling users to book tickets, cancel them, change reservations, view individual passenger details, and get a summary of all bookings. The system manages seat allocation, tracks food preferences, and handles reservations through a linked list of passenger records, ensuring efficient
SHIVARISHITHA/AlgoVisual
This project is a dynamic web tool that helps users understand and visualize various searching and sorting algorithms. It uses HTML, CSS, and JavaScript to provide an interactive and engaging way to learn about these fundamental algorithms. The visualizer allows users to select a sorting algorithm and observe its step-by-step execution.
SHIVARISHITHA/QR-GENERATOR
The QR Code Generator is a simple and intuitive web application that allows users to create QR codes from any URL or text input. Built with HTML, CSS, and JavaScript, this tool features a responsive design and smooth animations, making QR code generation easy and visually appealing.
SHIVARISHITHA/Webathon-2k24_team_13