Pinned Repositories
Airbnb-Analysis
Explore Airbnb listing data effortlessly with my Streamlit web app! Gain insights into distributions, variations, and frequencies of different features, and interactively visualize pricing trends, property types, and guest preferences. Dive into my repository to access detailed analysis reports and enhance your understanding of the Airbnb market
Analysis-of-Stock-Price-Trends
The project analysis focused on examining the historical stock prices of several tech companies, including Apple, Amazon, Google, and Microsoft. Various techniques such as data visualization, statistical analysis, and correlation were employed to gain insights into market trends, volatility, and potential investment opportunities.
balajimanilal
Band-Name-Generator
Welcome to my #100DaysOfCode challenge repo! For Day 1, I've completed a project titled band-name-generator. This Python project generates creative and random band names based on user inputs. Follow along as I build and share a new project every day for 100 days!
BizCardX-Efficient-Business-Card-Data-Extraction-Using-OCR
BizCardX is a Streamlit app that uses OCR (EasyOCR) to extract and manage business card details. Users can upload card images, extract information, and store it in a PostgreSQL database. The app also allows viewing, modifying, and deleting stored data.
Caesar-Cipher
Welcome to my Caesar Cipher repo! 🔐 This Python implementation of the classic encryption technique allows users to encode and decode messages by shifting letters in the alphabet. It's a great project for learning about basic encryption methods, string manipulation, and character encoding in Python!
Coffee-Machine-Program
This Coffee Machine Program is a simulation of a real coffee machine. Users can order different types of coffee, insert coins to pay, and get a report of available resources. The machine also tracks profit and ensures resources are sufficient before making a coffee.
Decoding-YouTube-Metrics-A-Data-Analysis-Project
The project aimed to analyze YouTube data to uncover trends, patterns, and insights regarding viewer engagement, channel performance, and the impact of metadata on video metrics.
YouTube-Data-Harvesting-and-Warehousing
This project, YouTube Data Harvesting & Analysis, is all about gathering, storing, and studying information from different YouTube channels. It uses the YouTube Data API to get the data, then stores it in MongoDB and PostgreSQL databases. You can interact with and analyze this data through an easy-to-use interface made with Streamlit.
YouTube-Sentiment-Insights-A-Data-Analysts-Perspective
The project provides a comprehensive look at how viewers react to content on YouTube, offering valuable insights for content creators and analysts interested in understanding public opinion and engagement trends.
balajimanilal's Repositories
balajimanilal/Airbnb-Analysis
Explore Airbnb listing data effortlessly with my Streamlit web app! Gain insights into distributions, variations, and frequencies of different features, and interactively visualize pricing trends, property types, and guest preferences. Dive into my repository to access detailed analysis reports and enhance your understanding of the Airbnb market
balajimanilal/balajimanilal
balajimanilal/Band-Name-Generator
Welcome to my #100DaysOfCode challenge repo! For Day 1, I've completed a project titled band-name-generator. This Python project generates creative and random band names based on user inputs. Follow along as I build and share a new project every day for 100 days!
balajimanilal/BizCardX-Efficient-Business-Card-Data-Extraction-Using-OCR
BizCardX is a Streamlit app that uses OCR (EasyOCR) to extract and manage business card details. Users can upload card images, extract information, and store it in a PostgreSQL database. The app also allows viewing, modifying, and deleting stored data.
balajimanilal/Caesar-Cipher
Welcome to my Caesar Cipher repo! 🔐 This Python implementation of the classic encryption technique allows users to encode and decode messages by shifting letters in the alphabet. It's a great project for learning about basic encryption methods, string manipulation, and character encoding in Python!
balajimanilal/Coffee-Machine-Program
This Coffee Machine Program is a simulation of a real coffee machine. Users can order different types of coffee, insert coins to pay, and get a report of available resources. The machine also tracks profit and ensures resources are sufficient before making a coffee.
balajimanilal/Creative-Turtle-Drawing-Racing-with-Python
This repository contains two exciting projects on a same file built using Python's Turtle Graphics: a Drawing Tool and a Turtle Racing Game. Both of these projects allow you to explore the capabilities of the turtle library and provide a fun way to learn how to work with user input and animations.
balajimanilal/Geospatial-and-Trend-Analysis-of-Zomato-Ratings
The project aims to perform a geospatial and trend analysis of Zomato ratings using a dataset of restaurant reviews and ratings. The analysis involves data cleaning, transformation, and visualization to uncover insights about restaurant ratings, types, and review patterns.
balajimanilal/Hangman-Game
Welcome to my Hangman Game repo! 🎉 This is a fun, interactive Python implementation of the classic word-guessing game. Players try to guess a hidden word by suggesting letters within a certain number of attempts. Great for practicing string manipulation and control flow in Python!
balajimanilal/Higher-Lower-Game
This is a fun and interactive **Higher or Lower** game where players are tasked with guessing which account from Instagram-like data has more followers. The game is repeatable and keeps track of the player's score until they make an incorrect guess.
balajimanilal/Hurdle-Jumping-Algorithms-in-Python
This repository contains Python programs designed to solve various hurdle challenges. Each file demonstrates different approaches for navigating hurdles in a simulated Turtle graphics environment.
balajimanilal/Industrial-Copper-Modeling
This project analyzes copper production and sales using a dataset of 181,673 entries and 14 attributes. It addresses missing data, categorizes variables, conducts detailed exploratory data analysis (EDA) with visualizations, and develops predictive models using Python with Pandas, Matplotlib/Seaborn, and Scikit-learn.
balajimanilal/Interactive-Python-Quiz-Game
This repository contains a Python-based quiz game. The quiz tests the player's knowledge with a series of True/False questions on computer science topics. The game keeps track of the score as the player answers each question and provides feedback after each response.
balajimanilal/Mail-Merge-Automation-Project
This project automates the process of creating personalized letters by merging a list of invitee names into a template document. The script reads names from a text file, replaces the placeholder in a template letter, and generates individual letters for each invitee, saving them as .docx files in the output folder.
balajimanilal/Number-Guessing-Game
Welcome to the **Number Guessing Game** Repo! This is a simple game where the player tries to guess a randomly generated number between 1 and 100. You have a limited number of attempts based on the difficulty level you choose.
balajimanilal/OOP-Coffee-Machine-Program
This project simulates a coffee machine using Object-Oriented Programming (OOP) in Python. Users can purchase coffee drinks like espresso, latte, or cappuccino, and the machine keeps track of resources (water, milk, coffee), processes payments via coins, and manages the order flow for multiple coffee drinks.
balajimanilal/Py_Capstone1-Blackjack-Game
Welcome to the **Blackjack Game** repo! This is a simple text-based implementation of the classic card game, Blackjack. Players compete against a dealer to reach a score of 21 or as close to it as possible without going over.
balajimanilal/Py_Capstone2-Turtle-Crossing-Game
Welcome to the Turtle Crossing Game, a fun and challenging game where you guide a turtle across a busy road full of cars. The game gets progressively harder as you advance through levels, with the cars moving faster as you succeed!
balajimanilal/PyPassword-Generator
Welcome to my PyPassword Generator repo! 🔐 This Python tool generates secure, random passwords based on user-defined criteria like length and character types. Perfect for enhancing online security!
balajimanilal/Python-Calculator
Welcome to my Python Calculator! This is a basic Python project that performs arithmetic operations like addition, subtraction, multiplication, and division. It allows users to perform continuous calculations with previous results or start new calculations from scratch. The project features a clean and interactive command-line interface.
balajimanilal/Python-Hirst-Art-Simulation
This repo uses the Python turtle module to create a Hirst-inspired dot painting. The program generates a grid of colored dots, each picked randomly from a predefined list of RGB color values, using Turtle graphics.
balajimanilal/Python-s-Classic-Snake-Game
This is a classic Snake Game built using Python's Turtle module. The snake moves around the screen, eating food, and growing in size. The goal is to get the highest score by consuming as much food as possible without colliding with the walls or the snake's own tail.
balajimanilal/Python-Turtle-Graphics-Challenges
This repository contains a series of Python challenges using the Turtle graphics library. The challenges include drawing shapes, creating dashed lines, simulating random walks, and making colorful spirographs.
balajimanilal/Python-Two-Player-Pong-Game
This is a simple implementation of the classic Pong game using Python's Turtle graphics library. The game features two paddles controlled by players, a bouncing ball, and a scoreboard to track points.
balajimanilal/Retail-Sales-Trend-Analysis
This project focuses on analyzing retail sales data to identify trends and patterns. The analysis involves data cleaning, transformation, and visualization to derive insights from the dataset.
balajimanilal/Rock-Paper-Scissor
Welcome to my Rock Paper Scissors repo! 🎮 This is a simple Python implementation of the classic game where players compete against the computer. The program determines the winner based on traditional rules. It's a great project for beginners to practice control structures and user interaction in Python!
balajimanilal/Rollercoaster-Ticket-Calculator
Welcome to my Rollercoaster Ticket Calculator Repo! A simple Python script that calculates ticket prices for a rollercoaster ride based on height and age. It also offers an option to add a photo to the ride for an additional cost. Ideal for amusement park ticketing systems.
balajimanilal/Silent-Auction-Bidder
Welcome to the Silent Auction Bidder! This Python program allows users to participate in a silent auction by placing their bids anonymously. The program tracks bids and determines the highest bidder once the auction closes.
balajimanilal/Tip-Calculator
Welcome to my tip_calculator repo! This project calculates how much each person should pay when splitting a bill. Simply input the total bill, desired tip percentage, and the number of people, and it will provide the amount each person owes, including the tip.
balajimanilal/Treasure-Island-Adventure
Welcome to the Treasure Island repo! 🏴☠️ This is a fun, text-based adventure game where your mission is to find hidden treasure on an island. You'll face choices that lead to different outcomes, so think carefully before deciding which path to take. Will you survive the journey and find the treasure, or will you meet an unfortunate end?