Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/menathndgd/ecobin_website
Website of Ecobin - Smart Garbage Management System
https://github.com/menathndgd/ecobin_website
Last synced: about 1 month ago
JSON representation
Website of Ecobin - Smart Garbage Management System
- Host: GitHub
- URL: https://github.com/menathndgd/ecobin_website
- Owner: MenathNDGD
- Created: 2024-05-10T20:04:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T16:12:39.000Z (6 months ago)
- Last Synced: 2024-06-26T08:59:35.209Z (6 months ago)
- Language: CSS
- Size: 19.5 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# β»οΈ EcoBin - Smart Garbage Management System
## π Project Overview
**EcoBin** is an IoT-based innovative solution aimed at revolutionizing waste management practices. The system provides real-time monitoring of garbage bin fill levels, optimizing waste collection routes, reducing operational costs, and minimizing environmental impact. With real-time data, EcoBin helps municipalities and businesses efficiently manage waste disposal and implement smart garbage collection.---
## π Project Repositories
- **π Web Application (Developed by Menath Nadungoda):** [EcoBin Website Repository](https://github.com/MenathNDGD/EcoBin_Website.git)
- **π± Mobile Application (Developed by Praveen Dilshan Rosa & Thishmi Amaya):** [EcoBin Mobile Application Repository](https://github.com/PraveenRosa2001/EcoBin-Mobile-Application.git)
- **π IoT Devices Integration (Developed by Thushara Dilruksha):** [IoT Devices Repository](https://github.com/HacktivistTD/Eco-Bin.git)---
## π₯ Team Members
- **Menath Nadungoda** (Web Application Development)
- **Praveen Dilshan Rosa** (Mobile Application Development)
- **Thishmi Amaya** (Mobile Application Development)
- **Thushara Dilruksha** (IoT Devices Integration)---
## Project Title
**EcoBin - Smart Garbage Management System**---
## π© Problem Statement
We identified several problems in traditional waste management systems:
- Inefficient waste management leading to environmental damage.
- Lack of real-time data on bin fill levels for optimizing collection routes.
- High operational costs due to unnecessary pickups and inefficient routes.
- Low recycling rates and inadequate data on waste generation.
- Unreliable service with missed pickups or overflowing bins, causing pollution and sanitary issues.---
## π― Objectives
EcoBin addresses these challenges with the following objectives:
- **Efficient Garbage Sorting**: Automates the sorting of waste based on sensor detection.
- **Optimized Collection Routes**: Real-time fill level data enables dynamic route planning.
- **Improved Service**: Timely alerts prevent overflowing bins, improving sanitation.
- **Cost Reduction**: Optimized routes reduce fuel consumption, trucks, and manpower.
- **Data-Driven Insights**: Analyze waste generation patterns to optimize waste management.
- **Environmental Impact**: Reduced greenhouse gas emissions through efficient operations.
- **User Engagement**: Notify users about nearby available garbage bins via the mobile app.
- **Reporting & Analytics**: Provide reports for administrators and users on waste disposal patterns.---
## π Key Features
- **Real-Time Bin Monitoring**: Sensors in the bins provide real-time data on fill levels.
- **Automated Waste Sorting**: Intelligent system sorts waste into paper, plastic, metal, etc.
- **Optimized Collection Routes**: Trucks are directed to pick up only full bins, saving fuel and reducing emissions.
- **Mobile and Web Accessibility**: Monitor bin levels, locate nearby bins, and manage waste disposal via web and mobile apps.
- **User Notifications**: Mobile notifications inform users when their bins will be emptied.
- **Reporting and Analytics**: Weekly or monthly reports are generated for users and administrators.---
## π Functional Requirements
- User login and logout
- Automated waste sorting
- Real-time bin fill level monitoring
- Dynamic route optimization for collection trucks
- Mobile app for locating nearby bins and receiving notifications
- Historical data access for users and admins---
## π Non-Functional Requirements
- High accuracy and reliability in waste sorting and monitoring
- Scalability to handle various bin sizes and types
- Power efficiency to minimize energy consumption
- Secure access control and data protection
- Usability with minimal training required
- Cost-effective and environmentally friendly design
- Accessibility features to accommodate all users---
## π οΈ Tech Stack
- **Frontend**: React.js for web interface development.
- **Backend**: Firebase for data storage, authentication, and real-time updates.
- **Mobile**: Flutter framework for mobile applications.
- **IoT**: Arduino and ESP32 for sensor-based bin monitoring.
- **Tools**: Visual Studio Code, Firebase Console, Arduino IDE.---
## π οΈ Hardware Requirements
- Intel(R) Coreβ’ i5 β 6200U CPU @ 2.3GHz
- 8.00 GB RAM
- Sensors, ESP 32 devices
- Internet connection and mobile devices (Android/iOS)---
## π» Software Requirements
- Visual Studio Code
- Firebase
- React.js (Web Development)
- Flutter (Mobile Development)
- Arduino IDE (IoT Development)---
## π System Design
EcoBin leverages cutting-edge technology to create a seamless waste management experience:
- **Smart Waste Classification:** Automatically sorts waste into categories like paper, metal, and plastic.
- **Real-Time Bin Updates:** Receive instant notifications about bin levels and nearby empty bins.
- **Efficient Route Planning:** Optimize waste collection routes to save time and reduce costs.---
## ποΈ Project Structure
The project follows a standard React.js structure:```bash
EcoBin_Website/
β
βββ public/ # Static files
βββ src/ # Application source code
β βββ components/ # Reusable components
β βββ pages/ # Page components
β βββ App.js # Main application component
β
βββ .gitignore # Files to be ignored by Git
βββ package.json # Project dependencies and scripts
βββ README.md # Project documentation
βββ ... # Other configuration files
```---
# π EcoBin | π» Web Application | π Run The Project---
## π Getting Started
Follow the steps below to set up and run the project locally after cloning the repository.
---
### π οΈ Prerequisites
Before you begin, ensure you have met the following requirements:
- **Node.js** (v12 or later) installed on your machine.
- **npm** (comes with Node.js) or **yarn** installed as the package manager.
- A code editor (such as [Visual Studio Code](https://code.visualstudio.com/)).---
### π οΈ Installation
#### 1. π₯ Clone the Repository
To clone the EcoBin project, open your terminal and run:
```bash
git clone [email protected]:MenathNDGD/EcoBin_Website.git
``````bash
cd EcoBin_Website
```---
#### 2. π¦ Install Dependencies
To install the necessary project dependencies, run:```bash
npm install
```This will install all the packages listed in the package.json file.
---
### π Running the Website
#### 1. π Start the Development Server
After the installation, you can start the React development server by running:```bash
npm start
```
This will launch the development server, and you can view the application by visiting:```bash
http://localhost:3000
```
The website should now be running locally. If the port 3000 is already in use, you may be prompted to use another port (e.g., 3001).---
#### 2. π Build for Production
To create an optimized production build of the website, run:```bash
npm run build
```
or
```bash
npm start
```
This will bundle the app into static files in the build directory, which you can then deploy to any static hosting service.---
### π Breakdown of Steps:
- **Clone the Repository**: The instructions guide users to clone the repository and navigate into the project directory.
- **Install Dependencies**: Users are directed to install the necessary project dependencies via `npm install`.
- **Run the Website**: The instructions detail how to start the local development server using `npm start` and view the website at `http://localhost:3000`.
- **Build for Production**: Users are shown how to generate a production build with `npm run build`.This `README.md` should serve as a clear guide for anyone looking to run the website locally.
---
## π¬ Contact Us
For more information about the project, feel free to contact the development team.---
**Developed by: Menath Nadungoda, Praveen Dilshan Rosa, Thishmi Amaya, and Thushara Dilruksha.** π©βπ»π¨βπ»
---