Dawood M.Shoaib
dawoodkhatri1
Web Developer @I.T. For Less | Web Developer | Laravel & Backend Developer | Full-Stack Developer | Enthusiast in Machine Learning & AI
Languages
Loading contributions...
Top Repositories
Hello, I'm a full-stack developer and web developer focused on building innovative web apps and exploring new technologies. Welcome to my profile README! 🚀
Temperature Converter Website: The user will input a temperature in either Fahrenheit or Celsius and press a "convert" button. The converted temperature will then be displayed with the correct unit. Your UI should include four main elements: • Input field for the user to type in their temperature • Dropdown menu or radio button for the user.
Tic-Tac-Toe Web Application: To build a tic-toc-toe web application, you can use HTML, CSS, and JavaScript. By implementing functions to handle user clicks, track game state, and check for winning conditions, you can create an interactive and engaging tic-tac-toe game.
Responsive Landing Page: Create an interactive navigation menu that changes color or style when scrolled or when hovering over a menu item. The navigation menu should have a fixed position and be visible on all pages. Use HTML to structure the menu, CSS to style it, and JavaScript to add interactivity, such as changing the background color or font.
Text classification is a fundamental task in natural language processing (NLP), used widely for spam detection, sentiment analysis, and categorization of textual data. In this Python script, we delve into building a text classification pipeline using a Naive Bayes classifier with TF-IDF (Term Frequency-Inverse Document Frequency) features.
Create a model to predict the likelihood of a disease based on medical data (e.g., symptoms, patient history). Use datesets with labeled medical records and apply classification algorithms.
Repositories
31A simple Java console-based ticket reservation system that allows users to book tickets for Bus, Train, and Aeroplane. After booking, users can also view their detailed receipt. The project follows object-oriented programming principles and provides a modular and extendable structure.
A Hospital Management System in MIPS Assembly for the MARS simulator. It supports adding, viewing, and searching patient records with a simple text-based interface. This system handles up to 10 patients and demonstrates basic assembly programming concepts.
A fully functional Java-based Gym Management System with a user-friendly GUI and Microsoft SQL Server (MSSQL) integration. This system allows for the entry and management of gym members and trainers, tracking personal details, memberships, and training programs.
Hello, I'm a full-stack developer and web developer focused on building innovative web apps and exploring new technologies. Welcome to my profile README! 🚀
This task is about a math calculation with function and their calls at main and there is selection to operation.
Create a model to predict the likelihood of a disease based on medical data (e.g., symptoms, patient history). Use datesets with labeled medical records and apply classification algorithms.
Create a handwritten character recognition system that can recognize various handwritten character or alphabet. You can extend this to recognize entire words or sentences.
Develop a credit scoring model to predict the creditworthiness of individuals based on historical financial data. Utilize classification algorithms and assess the model's accuracy.
The objective of the project is to analyze the financial position of the company over a period of 5 years. Research uses digital signal processing techniques to calculate various economic metrics, such as return on assets, return on assets, and net debt, and simplifies and analyzes data.
Text classification is a fundamental task in natural language processing (NLP), used widely for spam detection, sentiment analysis, and categorization of textual data. In this Python script, we delve into building a text classification pipeline using a Naive Bayes classifier with TF-IDF (Term Frequency-Inverse Document Frequency) features.
Temperature Converter Website: The user will input a temperature in either Fahrenheit or Celsius and press a "convert" button. The converted temperature will then be displayed with the correct unit. Your UI should include four main elements: • Input field for the user to type in their temperature • Dropdown menu or radio button for the user.
Tic-Tac-Toe Web Application: To build a tic-toc-toe web application, you can use HTML, CSS, and JavaScript. By implementing functions to handle user clicks, track game state, and check for winning conditions, you can create an interactive and engaging tic-tac-toe game.
Random Password Generator: Create a program that generates a random password of a user-defined length.
Responsive Landing Page: Create an interactive navigation menu that changes color or style when scrolled or when hovering over a menu item. The navigation menu should have a fixed position and be visible on all pages. Use HTML to structure the menu, CSS to style it, and JavaScript to add interactivity, such as changing the background color or font.
Currency Converter: Build a program that can convert currency from one form to another using the latest exchange rates.
My Portfolio: created a portfolio using python and streamlit.
Hotel Management System: Create a management system with backup data of customer.
Simple Calculator: I created simple calculator to perform operations.
Github Authentication: I created a connection between github and linux environment using github 'Personal Access Token' and done some operations.
Created a IOT Landing Page
Scheduling algorithms are techniques used by operating systems to manage the execution of processes by allocating CPU time efficiently. These algorithms optimize performance metrics like turnaround time, waiting time, and CPU utilization based on specific criteria such as priority, arrival time, or burst time.
A C-based simulation of WiFi jamming for educational use. It mimics network scanning, displays fake SSIDs, and simulates jamming activity on selected channels—without sending real packets.
Created a Utensil Landing Page which have the same characteristics as the main website with responsiveness.
Trading Landing Page: Created a landing page of trading.
Resume Website: Developed a resume website which is responsive for any device.
Temperature converter: Create a program that allows the user to convert temperatures between Fahrenheit and Celsius.
A simple Java Swing application that displays a real-time clock and a stopwatch with start, stop, reset, and lap features. It maintains up to 10 recent lap times using a queue.
This is my collection of Certificates and Achievements
This project aims to develop a linear regression model to predict housing prices in California using the California Housing dataset. The project explores the impact of feature selection and scaling on the model's performance, with a focus on improving the accuracy of price predictions.
The objective of this project is to design and develop a tool that converts audio files to text, preprocesses the text, and calculates the cosine similarity between the preprocessed text and a reference text.