Online RTO Management System Project Report
Online Grocery Store Project Report
Posted on by gajen pradhan
Online Grocery Store Project Report
Tomato Leaf Disease Prediction CNN Python Flask Project
Posted on by Yugesh Verma
Buy Now Source Code ₹1501
Buy Now Project Report ₹1001
The Tomato Leaf Disease Predictor is a flask web application which classifies a plant/leaf image into 10 categories viz. 'Tomato_mosaic_virus', 'Early_blight', 'Septoria_leaf_spot', 'Bacterial_spot', 'Target_Spot', 'Spider_mites Two spotted_spider_mite', 'Tomato_Yellow_Leaf_Curl_Virus', 'Late_blight', 'Healthy', and 'Leaf_Mold'. The code is written in Python 3.6.10 and makes use of Keras and Tensorflow libraries in developing an InceptionV3 based image classification web application.
Datasets Link - https://www.kaggle.com/datasets/kaustubhb999/tomatoleaf
About Dataset
The data has different types of diseases for tomato leaves.
Here goes the list:
- Tomatomosaicvirus
- Target_Spot
- Bacterial_spot
- TomatoYellowLeafCurlVirus
- Late_blight
- Leaf_Mold
- Early_blight
- Spidermites Two-spottedspider_mite
- Tomato___healthy
- Septorialeafspot
Technology Used in the project :-
- We have developed this project using the below technology
- HTML : Page layout has been designed in HTML
- CSS : CSS has been used for all the desigining part
- JavaScript : All the validation task and animations has been developed by JavaScript
- Python : All the business logic has been implemented in Python
- Flask: Project has been developed over the Flask Framework
Supported Operating System :-
- We can configure this project on following operating system.
- Windows : This project can easily be configured on windows operating system. For running this project on Windows system, you will have to install
- Python 3.6.10, PIP, Django.
- Linux : We can run this project also on all versions of Linux operating systemMac : We can also easily configured this project on Mac operating system.
Installation Step : -
- python 3.6.10
- command 1 - python -m pip install --user -r requirements.txt
- command 2 - python app.py
Online Fashion Store Project in PHP MYSQL
Posted on by Yugesh Verma
BUY NOW SOURCE CODE ₹701
BUY NOW PROJECT REPORT ₹501
About The Project Online Fashion Store System This project Online Fashion Store System has been developed on PHP and MySQL. This simple online store serves some features that are commonly found in other popular online stores. Fashion Store with Source Code is a PHP project that can buy clothes, Sunglasses, fashion accessories , shoes etc through online services. This program was developed by using PHP, HTML, MySQLi, and Javascript. The system is basically easier to understand, the customer should create an account first to order some clothes. Then the user will choose their preferable clothe and add them to the shopping cart in order to check out the product. The admin has an important role here, he manages all the daily transactions, adding new clothes, setting up the product offers, and monitoring customer information.
Features Of Online Fashion Store PHP MYSQL
Public/Customer Side
- Login Registration
- Product List
- Category List
- Shopping Cart
- Checkout
- View Offers
- View Order History
- Submit Feedback
Admin
- Login
- Manage Category
- Add Product
- Manage Orders
- Manage Feedbacks
- Manage Users
Brief overview of the technology
Front end: HTML, CSS, JavaScript
- HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
- CSS : (Cascading Style Sheets) Create attractive Layout
- Bootstrap : responsive design mobile freindly site
- JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
- PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
- MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.
Software Requirement(any one)
- WAMP Server
- XAMPP Server
- MAMP Server
- LAMP Server
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup ( Note : Watch Above Demo Video to Underatand )
- Open your XAMPP/WAMP's Control Panel and start the
Apache
andMySQL
. - Extract the downloaded source code zip file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the
PHPMyAdmin
in a browser. i.e.http://localhost/phpmyadmin
- Create a new database naming
Database Name
. - Import the provided
SQL
file. The file is known asprojectworlds shopping.sql
located inside the db folder. - Browse the Online Clothi Store in a browser. i.e.
http://localhost/Project Folder Name/
.
Food Donation Management System MongoDB Node.Js
Posted on by Yugesh Verma
Buy Source Code ₹2501
A web application which is useful for management of food donation and collection activities.
Table of Contents
- Features
- Technologies used
- npm packages used
- Prerequisites
- Installation and setup
- Useful Links
- Contact
Features
- The system consists of three types of users: admins, donors and agents.
- Admins: They control all the activities and accept/reject donations and select agents.
- Donors: They are the driving users of the application who donate food.
- Agents: They are responsible for collecting food from homes of food donors.
- Each user should have an account.
- Every user also have a dashboard where they can view several things in short summary.
- The application provides signup, login and logout functionalities.
Donor Features
- Donors make the donation request for food with basic details.
- Donors' donation requests can be accepted or rejected and the status can be easily tracked by them.
- Donors can view their current incomplete donations (if any).
- Donors can also view all their past donations.
- Donors can update their profile.
Admin Features
- Admins receive all the requests made by donors.
- Admins can accept or reject the donation requests depending upon the details provided by a donor.
- If accepted, admins can assign an agent to a donation for collecting donation from the donor's home.
- Admins can view all the pending donations along with status.
- Admins can view all the donations that they have received.
- Admins can also view all the agents in the application.
- Admins can update their profile.
Agent Features
- Agents will receive notifications from admins to collect food from donor's homes.
- Agents can mark their collection upon collection of food from donor's home.
- Agents can also view all those food donations which have been collected by them previously.
- Agents can update their profile.
Technologies used
- HTML
- CSS
- Bootstrap
- Javascript
- Node.js
- Express.js
- Mongodb
- ejs
npm packages used
- express
- ejs
- express-ejs-layouts
- mongoose
- express-session
- bcryptjs
- passport
- passport-local
- connect-flash
- method-override
- dotenv
Prerequisites
For running the application:
- Node.js must be installed on the system.
- You should have a MongoDB database.
- You should have a code editor (preferred: VS Code)
Installation and Setup
- Download the source code in the desired location on your system.
- Open the code in your code editor.
- To install all the dependencies (listed in package.json file) in your project, go to terminal and type the following command and hit enter:
npm install
- Create a file named ".env" and enter the following credentials:
MONGO_URI=your-mongo-uri
- Go to terminal and type the following command and hit enter:
npm start
- Open browser and go to url: http://localhost:5000
- You need to first signup and then login to run the application.
Contact
- Email: official@projectworlds.in
Ludo King Clone App script Source Code
Posted on by Yugesh Verma
Ludo King Clone, is a board game developed in Android Studio that can be played by 2, 3 or 4 players both Local and Online Multiplayer option. You will found three mode to play Computer Mode, Multi-Player WorldWide Mode and Multi-Player Private Mode. AdMob has been integrated with the application so that anybody can include Ad.
Modes of Ludo King Clone Game
- Computer Mode
To play Ludo you do not need a friend you can simply play it using computer intelligence mode.
- Multi-Player Worldwide Mode
It has an online Multi-Player WorldWide mode that allows one to play against random other players. In this mode, users need to play against multiplayer from any part of the world. Multiplayer mode allows 2, 3 and 4 people play Ludo at a time depending on the application.
- Multi-Player Private Mode
In this mode, users need to play against multiplayer who can be from their friends and family. The Multi-Player Private mode requires the sharing of a particular code to all the players involved, thereby making an exclusive private group for them to play in.
Features of Ludo King Clone Game:
- Local and Online Multiplayer option.
- 2, 3 and 4 Multiplayer Mode.
- Play online head to head
- Create private tables
- Invite and play with your friends and family in the specific game room.
- Matches with world players and befriend them via Facebook
- Various Modes To Play
- Powerful AI for computer mode
- Cash/Cashless game
- Gem/Coin Management
- Invite And Earn
- Referral Income
- Simple guidelines to follow games.
- Sound/mute option
- Exemplary Graphics to make it an illustrious game.
- Admob Ads: Banner and Interstitials
- Great Graphics with lay-red PNG
- Material Design UI
- Well-Documented Code.
For Live Demo & Enquiry :
Call/WhatsApp : +916263056779
Email : official@projectworlds.in
Script Come With :
- Free Installation support
- Free technical support
- Future product updates
- Quality checked by PROJECTWORLDS
- Lowest price guarantee
- 3 months support included
Ludo Online Multiplayer Real Money Game
Posted on by Yugesh Verma
Ludo Best Real Money Ludo Gaming App Ludo is an all new exciting online ludo game through which you can earn real money by playing against real players. The game is packed with some amazing twists such as boosters and unique features that will enhance your ludo playing experience to a whole new level. Ludo Pay is a classic board game played between friends and family. Play the dice game of kings! Recall your childhood!
Ludo is a cross platform multiplayer game that supports Android mobile platform at same time. This game also support offline mode, where player can play with Computer or, Local multiplayer (pass and play mode). Ludo is also a favorite game of Bollywood superstars and Indian cricket stars. Play this dice game Ludo. Best casual game in board games.
Ludo is the modern version of the royal game of Pachisi. A Ludo game which was played between Indian kings and queens in ancient times. Roll the Ludo dice and move your tokens to reach the center of the Ludo board. Beat other players, become the Ludo Pay. Ludo follows the traditional rules and the old school look of the Ludo game. Just like the kings and queens of India’s golden age, your fate depends on the roll of the Ludo’s dice and your strategy of moving the tokens effectively.
Ludo Multiplayer Features List:-
- No internet connection required! Play against the computer.
- * Classic Mode / Quick Mode / Arrow Mode.
- * Online/Private Multiplayer Mode.
- * Play with Friends without any Bet.
- * Reconnecting Features.
- * Custom Backend.
- * OTP Verification.
- * KYC Verification.
- * Payment Gateway.
- * Sounds interesting
- * Play with your family and friends through Local and Online Multiplayer.
- * Play 2 to 6 Player Local Multiplayer Mode.
- * Invite and challenge your Facebook Friends in a private game room and beat them to become Ludo Pay.
- * Play with world players and make them your buddies.
- * Express yourself by sending emojis to your opponents.
- * Graphics with a classic look and the feel of a dice game.
Technical Requirements:
- Web Hosting
- Google account
- Facebook Account
- Sms
- Firebase
- And Payment Gateway
Ludo is a friends and family game that was once played by kings and now it can be enjoyed by you and your family and friends. You’ll be playing this Ludo for hours and its fun for the whole family. Ludo is a perfect time pass game of Ludo board game. You played Ludo in your childhood, now play on your phone and tablet.
Another nostalgic game similar in structure is Snakes and Ladders. Like Ludo, you may have played this board game when you were young. Ludo Pay now incorporates this classic game as a whole new level. The objective of the game is simple: you start on 1 and you have to be the first one to make it to 100. However, you can only move the same number of tiles as the number you roll on a die. If you land on the same tile as the beginning of a ladder, then you can take the ladder as a shortcut and move on up. A game of ups and down, Snakes and Ladders has been a favorite for generations; and now you can play it too, with Ludo.
For Live Demo & Enquiry :
Call/WhatsApp : +916263056779
Email : official@projectworlds.in
Script Come With :
- Free Installation support
- Free technical support
- Future product updates
- Quality checked by PROJECTWORLDS
- Lowest price guarantee
- 3 months support included
All in One (Teen Patti , Rummy Dragon vs Tiger and Andar bahar)
Posted on by Yugesh Verma
Game Description:(Android Studio Project)
Teen Patti, Rummy, dragon vs tiger and Andar bahar (All in One)is a gambling card game that originated in the Indian subcontinent and is popular throughout South Asia. It originated in the English game of three-card brag, with influences from poker. It is also called flush or flash in some areas.
Easily Customisable – This is the complete product with well tested and well organised but still our team is working to improve this.Any one can get code and if he has programing knowledge he can change as per their requirments.But if you want to launch this app Yes you can launch beacause this is complete set of 4 games.Don’t Buy from anyother place they will not provide any support.This app require support to start.You can directly
Technology: – It is totally developed in such a way that you can easily customize it with simple code. Here we are using Native Android code to develop it you anyone can change its UI and feature. Also can run very easily with Android Studio with minimal memory in your system.
Features:
- Real Cash Game
- Teen Patti with Public-Private and Custom table Option
- Rummy with 13 Cards and 5 Player game with a Point value
- Andar Bahar Game with Unlimited User
- Powerful Admin panel to manage all games in One Place
- Public Table (Anyone can join and play with anyone)
- Invite Friends with WhatsApp and others
- Java and XML (Native Code) (Front end)
- PHP Code Ignitor(CI) (Backend Server)
- Connection with the server via simple REST API
- Limited and Unlimited Game Play
- As usual maximum of 5 Players can play but you can increase as per your requirement
- Push Notification (Auto as well as manual)
- Refer Friends
- Daily Bonus Available
- Admin take 5% commission if the player wins
- Manage User balance from Admin Panel
- Purchase coins with Razor Pay/Paytm/Cashfree payment gateway(Can change with anyone) and Whatsapp via Payment option.
- Waiting Room
- Chat (Text Message to another player in a room)
- Player Management
- Payment Methods (Razorpay for UPI, Debit & Credit cards, NetBanking)
- Leader Board
- Setting(Sound, Learn Variation, How to Play, Privacy Policy, Terms and Condition, Help, and Support, Logout)
- Profile Update.
- Tip option
- Change Dealer option
- Robot management
- Gift option
- Blind Game option
- Auto timeout option
- Sound management option
- Switch Table option
- User management
- Table management
- Firebase Integration for Analytics and Push Notification
- Purchase history management
- Option for $, Rupee and coin Option from admin panel.
- Dynamic option for all features can manage from Admin Panel.
Extended Version Feature :-
- Private Table (You can invite anyone to play with you.)
- Custom Table (You can create as your choice of bet value)
Note: To Get an Extended version code contact.
You will receive a code when you purchase:
- Android Studio Code(Native App)
- Php CI Code for API
- PHP CI Admin Panel
Maintenance (Server & Database):
- Linux based any VPS or Cpanel
- Php installed with curl on and Apache Mysql or Nginx or MariaDB
Development Tools:
- Java Android and XML
- Php Ci and Bootstrap HTML 5
- REST API
For Live Demo & Enquiry :
Call/WhatsApp : +916263056779
Email : official@projectworlds.in
Script Come With :
- Free Installation support
- Free technical support
- Future product updates
- Quality checked by PROJECTWORLDS
- Lowest price guarantee
- 3 months support included
Multi Store Point of Sale System for Android with Web Admin Panel
Posted on by Yugesh Verma
Thid is an online based multi store point of sale system for Android devices with Web Admin panel to manage multiple store or shop. It is a very useful multi store online point of sale system for android mobile device or tablet. By using Super POS, you can easily maintain your all shops and all kinds of products and sales records. You can store customer and supplier’s information. You can easily see your daily, weekly, monthly and yearly reports with bar chart. Super POS has multiple language (English, Spanish, Bangla, French,Hindi) facility. You can sales product from Android device or tablet and manage pos system from web admin panel. All data store in online server. There are three types of user- Admin, Manager and Staff. Also have user access limitation. You can manage your shops sells smartly from anytime anywhere.
Main Features:
- Manage multiple shop or store.
- Manage multiple shop owners.
- Create customers and suppliers information for diffrent store.
- Create product information with image.
- Edit product information
- Generate PDF receipt
- Print PDF receipt by POS printer
- Share PDF receipt to customers
- Open PDF receipt by external PDF readers
- Add product using QR code
- Add product using Barcode code
- Product stock management system
- Product Stock count
- Product by category
- Search product using QR and Barcode
- Point of sales system with cart.
- Create expense list.
- Add/Edit product category
- Add/Edit payment method
- Daily,monthly and yearly report with bar chart
- Add any currency symbol
- Attractive User Interface.
- Product based Tax and discount system
- Multiple language (English,French,Spanish,Hindi and Bangla) support.
- Android 10 compatible
- Google AdMob Integrated
- Banner Ads and Interstitial Ads
- Programmed in Android Studio IDE
- Development language is Java
- Enhanced documentation.
For Live Demo & Enquiry :
Call/WhatsApp : +916263056779
Email : official@projectworlds.in
Script Come With :
- Free Installation support
- Free technical support
- Future product updates
- Quality checked by PROJECTWORLDS
- Lowest price guarantee
- 3 months support included
RFID Smart parking managment App with Source Code
Posted on by Yugesh Verma
This is a smart parking app, its extraordinary parking management app, not need to buy huge hardware to maintain vehicle parking if we use This Project
This includes features and benefits that align with your parking strategy and goals, as well as being completely re-named and branded to your color specifications and brand guidelines and will be available as a stand-alone app on Google Play stores.
- Manage different types of parking (eg: disabled, VIP, guest)
- Track inbound and outbound traffic of vehicles
- Define and manage parking spaces.
- track allocated and vacant parking slots
How Works
Normally parking manager or employee will have this app, for example in mall there is one parking manager/employee stand on entry gate in parking then, if vehicle come for parking then he will just scan vehicle number plate then he can see how much payment we need to take for parking as per vehicle type , then app will auto-suggest which is next vacant parking is available to park this vehicle and he can print pass , then its very easy to park vehicle on decided parking slot for customer
Types of customers may there for parking
1. employee for the organization
2. VIP customer
3. normal Customer
4. Subscription customer
1. For Employees:- Employees must have RFID based prepaid cards then whenever they want to park their vehicles then they need to show this card to the parking manager to scan his card for getting a parking pass.
2.VIP Customers:- If someone comes for parking and he is VIP person then parking manager just scan this vehicle and assign as a VIP pass, without any parking fees his pass will be print
3. Normal customers:- parking manager just scan his vehicle number and customer must have pay cash amount for this parking pass
4. Subscription customers:- subscription customers must have to get prepaid RFID card from admin for regular parking, he can recharge cards by paying money to admin then no need to pay cash for parking pass just give your card to paring manager auto balance will be debit from the card balance
For Live Demo & Enquiry :
Call/WhatsApp : +916263056779
Email : official@projectworlds.in
Script Come With :
- Free Installation support
- Free technical support
- Future product updates
- Quality checked by PROJECTWORLDS
- Lowest price guarantee
- 3 months support included