Monday, June 1, 2020

Automatic Billing System using Li-Fi Module



Supermarket Billing System App

Automatic Billing System using Li-Fi Module

Large super markets have a great variety of goodsand different supermarkets may have different distribution of commodity. Most of the customers find it difficult to stand in long queue for billing the purchased products. This causes waste of time and wrong billing for wrong customers. This project provides a great solution to all these problems. Most recently LIFI is new emerging technology in the trend. In this project data transfer is processed between products and the mobile phone. Each and every product is having LIFI transmitter and it store the encoded data similar to the product id, cost of product and quantity.

https://codeshoppy.com/php-projects-titles-topics.html
Here the mobile is integrated with LIFI receiver via OTG communication in the shopping cart. It can read the commodities’ information when the LIFI transmitter holding goods are chosen by the customers, each information of the goods can be entered by using the mobile LIFI and when the product is kept into the trolley, which also contains the LIFI module, double check the product identity. After completing the purchase, the payment is processed in mobile itself via mobile banking system. Finally the cart section will verify the payment and purchase of product which will again cross check the products by the trolley module when we come out of the exit section of the shopping center. If the product is mismatched at this stage it immediately alerts the owner. This technology is used in this project for finding out the information of the commodities.

Supermarket Billing System App
Inconvenience caused by the existing system such as the delay tacking of the product and human staff needed to bill each item stored for purchasing etc. can be overcome by using a wireless sensor network. The entire system though consists of four sections: Trolley section, Product Section, cat section and the mobile section. (1)In the product section, each and every product is attached with LiFi module, which contain the product ID, product price, date of manufacturing, expiry date etc. (2) in trolley section that also consists of a LiFi module is integrated with a LiFi Transceiver for transmission of product details. The purchased product details are to be stored inside the microcontroller. (3)In customer mobile section, also connected with a LiFi module, retrieves the details of the products to be purchased, including product ID and the cost of the product. After completing the purchase, the payment is processed in mobile itself via mobile banking system. (4) Using an android device for the payment. After completing the purchase it automatically adds the product which is included. It calculates the cost and the quantity. (5)The cart section monitors the purchasing product. After the payment, the mobile LiFi will send the whole details to the gate module. If the payment is correct the gate will open, if not then the alarm gets triggere
In this daily, we contemporary a coded modulation system based on LiFi for inside visible light communications. Since the bandwidth of a single LiFi light is limited, we use parallel LiFi wicks with different product current to transmit data simultaneously and with this we could overcome situations where it comes to restock delay etc. and get over with automatic billing and easy tracking of any product
Read More




Wednesday, March 11, 2020

Evaluating the Reliability of Vehicle Routing Schemes



Abstract: This paper introduces the vehicle routing problem of the vaccine delivery with vehicle breakdowns. In the delivery process of vaccines, a continuous low-temperature environment is required. Once any event that causes the temperature to rise happens during the whole process, the quality of vaccines cannot be assured, and even human lives that are injected by the vaccines are threatened. Therefore, this paper presents a method to evaluate the reliability of vehicle routing schemes in the vaccine delivery with vehicle breakdown. The method adopts the simulation idea and supposes breakdowns at every fixed time interval for each vehicle. When a supposed vehicle breakdown happens, a saving-based heuristic will be applied to generate a rescue scheme. Finally, the method was coded and run on one of the classical CVRP instances.Keywords: simulation-based method, reliability of vehicle routing scheme, vaccine delivery, vehicle breakdown

 Problem description
This paper focuses on the evaluation method for the reliability of vehicle routing schemes in the vaccine delivery with vehicle breakdown. The vehicle routing problem in the vaccine delivery with vehicle breakdown can be described in the following.Let G = (V, E)be a graph where V = {v0, v1, ..., vn} is the set of customer nodes {v1, ..., vn} and depot node v0 and E = {(vi, vj): vi, vjV, i≠j} is the set of edges. Each customer node vi (i=1...n) is associated with a positive demand qi of the same kind of vaccine. Each edge (vi, vj)E (i≠j)is associated with a positive travel time tij. Define K as a set of identical refrigerator vehicles available to deliver goods from the depot to the customers. Each vehicle has the same capacity C(C>>max{qi/1≤i≤n}). Some additional constraints associated with the problem are as follows:(1) Each vehicle can perform only one route in a scheduling period (e.g. a day).(2) Each customer node can be visited only once by exactly one vehicle.(3) All vehicles begin and end their routes at the depot node v0. (4) No vehicle can be loaded exceeding its maximum capacity C. (5) When vehicles execute their initial routing plan, one of them breaks down and the vaccines in it has to be exposed to the outside environment which may be in high temperature and not fit for vaccines. The vehicle has to be rescued otherwise the vaccines in the vehicle will be deteriorate with time elapsing. Therefore, we can reasonably assume a period of time PT, beyond which vaccines will lose their effectiveness. To be more precise, if vehicle i breaks down at the time T1 and is rescued at the time T2, formula (1), where Lost_Cost stands for the lost cost of vaccines in the vehicle that has broken down, is true: >ic q T2 T1+ PTLost_Cost0T2 T1 PT×=≤+(1)The above formula indicates that if rescued in the period of PT, quality of vaccines will not get worse and thus the cost does not lose, but if not rescued timely, the vaccines cannot be used and thus the cost lost is icq×, where c is used to transfer vaccine quantity to cost. (6) A vehicle routing scheme with higher reliability can cope with any event of vehicle breakdowns in low rescue cost, while on the contrary, a scheme with lower reliability has to spend much more costs to cope with vehicle breakdown event. Therefore, the reliability of a vehicle routing scheme can be regarded as the rescue cost for a scheme to cope with the event of vehicle breakdowns. Thus the reliability of a scheme can be defined as formula (2), where Routing_Cost stands for the routing cost of the rescue scheme and Initial_Coststands for the routing cost of the initial scheme. As defined in formula (3), the rescue cost is the sum of the lost cost and the routing cost._ __(1)100%___100%__Lost Cost Routing Cost Initial CostReliabilityLost Cost Routing CostInitial CostLost Cost Routing Cost+−=−×+=×+ (2)___Rescue CostLost Cost Routing Cost=+(3) Suppose the possibilities of breakdowns of each vehicle at any time point are equal, in other words, it is a uniform distribution. And the presented evaluation method is mainly used to calculate the reliability of a scheme

https://codeshoppy.com/shop/product/

Experiments
In this section, we present a computational result of the simulation-based evaluation method, which has been coded in Java and run on a laptop with an Intel® Core™2 Duo CPU T7100 at 1.8GHz, 2 GB RAM, and the Microsoft Windows XP operating system.
The evaluation program was run on two of the classical Capacitated Vehicle Routing instances, A-n32-k5 and A-n37-k5, and the details of the instances can be found at http://www.branchandcut.org/. The best-known solution of A-n32-k5 and A-n37-k5, which also can be found at the website, was evaluated by the presented method in this paper. The preliminary experiments showed a satisfactory performance when the parameter values were set to c=10, PT=10, and ti=5.The average rescue cost and the reliabilities of the two instances are given in Tab.1, where the three columns represent the instance names, the rescue costs, and the reliabilities of the two instances respectively. From Tab. 1, we can observe that the reliabilities of the two instances are 59.8% and 67.3% respectively. In conclusion, the “so-called” best-known solutions aim at minimizing the routing cost of a scheme but have poor abilities to cope with unexpected vehicle breakdown events despite of their low initial routing costs, and invaccine deliveries, the reliability is a very important index in distinguishing good ones from routing schemes.
Conclusions
This paper focuses on the problem of evaluating the reliability of vehicle routing schemes in the vaccine delivery with vehicle breakdown and presents a simulation-based method for it. The method, which does not require complex fine-tuning processes, combines the classical Clarke and Wright heuristic with Monte Carlo simulation and provides a relatively simple and yet flexible solution procedure for evaluating the reliability of vehicle routing schemes. According to the objective of the problem, the presented method changes the saving definition of the classical Clarke-Wright algorithm and makes it fit for the problem which requires large amount of computation. The method is applied to classical Capacitated Vehicle Routing instances and the computation result demonstrates its validity.

Monday, January 13, 2020

The Development of Medical Diagnostic System Based on Integration of Traditional and Eastern Medicines

The Development of Medical Diagnostic System Based on Integration of Traditional and Eastern Medicines

Android Projects 2019 2020
In this article is described approach of producing of medical diagnostic expert system which based on integration of traditional western and eastern medicines. If necessary, to clarify the probable diagnoses, the doctor should receive from the patient additional information about a human personal condition (medical history, lifestyle, some laboratory tests, etc.). In determining the actual disease present, there arises the actual task of choosing the most preferred atomic diagnostic test (ADT) at each step of the diagnostic process. One of the main directions of this work is research of informativity questionnaire for patients, where such as questions with binary answers Yes or No and questions for determination of human innate nature type. To increase diagnostic precision there has been developed a program method of diagnostic criterion (informativeness) using Bayes procedure and module of analysis based on nominal entropies. One variant of the diagnostic test based on self-assessed health status suggests determining a patient’s constitution due to which it is possible to specify the diagnosis, avoiding diseases that are not typical for a certain constitutional type. Application of the diagnostic model offered motivates a patient to develop a healthy life, adhere to scientifically grounded system of disease prevention, according to the causes of diseases of the given constitution type. Index Terms – Diagnostic method, health assessment, human innate nature, integrated diagnostic, making decision

Electric Vehicle Recharge to find Nearest Bunk

White Card Manage all card into one (Driving license, Pan Card, Voter Id, Ration Card) Android App

Location Based Garbage Management System for Smart City based android app

A Food Wastage Reduction Android Application based android app

OnRoad Vehicle Breakdown Help Assistance Based Android App

Android Hospital Management System for Doctor and Patient

Digital Vehicle - License, Insurance And RC Book Tracing For Police based android app

evoting Android App Using OTP and Photo Matching Voting system

Android app for Online Examination and Results System

Online Complaint Registration and Management system (street light, water pipe leakage, rain water drainage, road)

eCrime Identification Using Face Matching Based Mobile App