Shahed Hasan's Projects
Welcome to the AI Document Scanner GitHub repository! This is an advanced document scanner application powered by artificial intelligence (AI) that allows users to digitize physical documents and convert them into digital format on their computers. This readme file provides an overview of the application, its features, installation instructions, an
This is an AI-Driven Image Generator Web Application. This innovative platform empowers users to effortlessly create captivating visual content by providing a natural language prompt.
This is a simple and fun Android application where users can interact with a virtual cup-based game. The project aims to demonstrate basic Android development skills while providing an entertaining and engaging experience. The game may involve matching cups, guessing under which cup an object is hidden, or a similar cup-based challenge.
This repository provides a set of simple examples to demonstrate the fundamentals of Dagger 2, a popular dependency injection framework for Java and Android development. It covers the core concepts of dependency injection, how to set up Dagger 2 in a project, and how to effectively manage object dependencies.
It is an all-in-one e-commerce platform designed to provide a seamless shopping experience. It features a comprehensive product catalog with detailed descriptions, allowing users to make informed purchasing decisions. The platform supports shopping cart functionality, user authentication, and registration to ensure secure transactions.
his repository provides a collection of simple Kotlin examples to help beginners learn the fundamentals of Kotlin programming. The examples cover essential topics such as variables, data types, control flow, functions, object-oriented programming (OOP), and more.
This is a modern web application that allows users to browse, search, and explore movies and TV shows with detailed information. It features a sleek UI, real-time data fetching, and smooth navigation for an immersive experience.
The Daily News Android App is a mobile app that brings the most recent news articles from a variety of sources right to the user's fingertips. It has an easy-to-use interface for reading news on the go, with features like article browsing, article details, article sharing, bookmarking, and customization options.
Welcome to the Photo Video Editor Android App! This is a comprehensive and easy-to-use application that allows users to edit their photos and videos on Android devices. This readme file provides an overview of the app, its features, installation instructions, and other important information.
This is my personal portfolio website, designed to showcase my skills, projects, research papers, and useful resources. It serves as a professional hub for recruiters and hiring managers to explore my technical expertise and achievements.
Primeshop is a cutting-edge e-commerce platform tailored for fashion enthusiasts. It's designed exclusively for Android devices, offering a sleek and intuitive shopping experience for clothing lovers.
This is a simple yet powerful To-Do application built with React. It allows users to add, edit, delete, and mark tasks as complete, showcasing modern React development practices and state management.
This project is a real-time chat application built using the MERN stack (MongoDB, Express.js, React.js, and Node.js). It leverages Socket.io for real-time communication, Redux Toolkit for state management, and MongoDB for data storage.
The Receipt Processor API is a scalable and efficient service built with Go that processes and validates digital receipts. It extracts key details such as store name, purchase date, items, and total cost, then assigns a reward point value based on predefined rules.
Set up Room Database in your Android app. Create Entities, DAO (Data Access Object), and Database. Perform basic CRUD operations (Create, Read, Update, Delete). 📦 Prerequisites: Basic knowledge of Android development (Java/Kotlin). Familiarity with Android Studio. Knowledge of how to work with Views and Activities.
This is a password generator app built for Android, designed to generate strong and secure passwords for users. The app allows customization for password length, character types (uppercase, lowercase, digits, special characters), and includes a simple user interface for seamless interaction.
This is a fully functional e-commerce web application that allows users to browse, search, and purchase products seamlessly. It includes secure authentication, a shopping cart, and an intuitive checkout process.
This is a task scheduling web application built with React and Node.js. It allows users to create, edit, and manage tasks efficiently. The app includes features such as reminders, due dates, and task categorization, making it a perfect tool for productivity.
This codebase allows you to scrape any website and extract relevant data points easily using OpenAI Functions and LangChain. Create a schema in schemas.py, pick a url, and use them with scrape_with_playwright() in main.py to start scraping. Tip: each website has the bulk of content either in <p>, <span> or <h> tags.