- Team Name: EliteCoders
- Project Title: Rush Estimator for Corporate Cafeteria
-
Deployed Frontend: https://ibm-rush-estimator.vercel.app/
-
Video Presentation: https://drive.google.com/file/d/16rgsdZYUyoWQa7PIjtt6PAE-jm0nV6i-/view
- IBM Cloud Functions
- IBM Web Hooks
- IBM Watson Assistant
- IBM Watson Studio
The food waste generated from restaurants in India which is around 67 million metric tonnes of food waste per annum which is valued at INR 92,000 crore growing at 8–10% per year is a serious the issue which needs to be solved. We are proposing a solution which will help cafeterias prepare the right amount of food to meet the demand. We will be estimating the number of people visiting the restaurant on the given day and providing the restaurant information on how much raw materials to buy and food to prepare so that there is no food shortage or wastage.
Estimating the number of people who will visit at a specific time is crucial when managing a cafeteria since we need to make the appropriate preparations for the rush. To produce good revenues and provide clients with ample food, estimations must be accurate. What if the estimate is incorrect? In which case the estimation is useless. If it is higher, whatever food is left will be ruined, resulting in money being squandered and having a negative social impact. Our proposed solution will tackle this issue by making accurate predictions and offering services to the restaurant which will curb food wastage
-
- Detect Footfall from real-time footage of the restaurant's IP camera through MobileNet SSD model and centroid tracking algorithim.
- Application to be installed on the restaurant's computer and expected to run 2-3 months to get accurate predictions.
- Note : If any interruptions in the software runtime it can be resumed from that checkpoint.
Before starting 🏁, you need to have Git and Node installed.
# Clone this repository
$ git clone https://github.com/smartinternz02/SBSPS-Challenge-9305-Rush-Estimator-for-Corporate-Cafeteria.git
# Go into the repository
$ cd SBSPS-Challenge-9305-Rush-Estimator-for-Corporate-Cafeteria
$ cd Frontend
# Install Dependencies
$ npm install
# Run Application
$ npm dev
# The server will start at <http://localhost:3000>
Before starting 🏁, you need to have Git and Python installed.
# Clone this repository
$ git clone https://github.com/smartinternz02/SBSPS-Challenge-9305-Rush-Estimator-for-Corporate-Cafeteria.git
# Go into the repository
$ cd SBSPS-Challenge-9305-Rush-Estimator-for-Corporate-Cafeteria
$ cd Backend
# Create & Activate Environment (optional) here's a sample code
$ python -m venv project_env
$ project_env\Scripts\activate.bat
# Install dependencies
pip -r requirements.txt
# Run the app
python app.py
# The server will start at <http://localhost:8080>