IT21119644 / FDM_Mini_Project

0 stars 0 forks source link

FDM_Mini_Project

Water Quality

Overview

Welcome to the Water Quality Prediction System, a tool that predicts the potability of water samples based on various parameters. Whether you are a policymaker, environmental agency, water treatment plant, researcher, or part of a community, this system can help you assess the quality of water samples you've collected.

Technologies Used

Model Training

How to Use

  1. Access the web application here.
  2. Input water quality parameters, such as pH, iron content, and turbidity.
  3. Receive a prediction on the potability of your water sample.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:
  2. Install dependencies for the frontend and backend (npm install)
  3. Run the application (FE: npm run dev)

Acknowledgments