An award-winning prototype demonstrated at SIH to Central Ground Water Authority.
In India it is a tedious effort to collect and log water usage reports in offline/paper format. This project is a digital water usage logging and analysis system for central officers and scientists.
- Map visualisations of water usage data per each City/State in India,
- User alerting system to officers for water overuse.
- Plotting of different parameters like water usage metrics, mode of extraction, water level per area and many more.
- AI regression model to predict water usage trends for next 10 years.
- This application needs AngularJS and NodeJs (npm) dependencies to be installed on the host PC to run. Check package.json for more context.
-
Open a terminal in your project directory and run.
node server.js
- This will setup your backend server.
-
In a new terminal in same directory run.
ng serve
- This will setup your frontend server.
-
Open https://127.0.0.1:4200 in your browser to run the application.
-
Login using credentials:
- Username:admin
- Password:admin123
-
Check report on water usage using a valid user id:
- Valid Noc id: 8451651656
If you have any issue open a PR, let me know! Open Source code, open minded work.