A robust application providing support for predicting and detecting land quality & cover, its optimal usage for building flats or property, its generative model and optimal paths to electric/water/sewage reserve.
Running the Machine Learning server Go to root of the project, run
cd ml
pip install -r requirements.txt
python app.py
A Flask app will be running on port 8000.
Running the back-end server
Go to root of the project, run
cd backend
npm install
npm start
Server will be running on localhost on port 5000
Running the front-end server Go to root of the project, run
cd client
npm install
npm start
A react app will be running on your browser on port 3000. Visit http://127.0.0.1:3000/ in your browser to access the application
Contributing rules are mentioned in CONTRIBUTING.md file.
For existing bugs and adding more features open a issue here
Pitch new ideas, suggestions and contribute in developing the project! Participate in the discussions here
Sanjiban Sengupta |
Sourav Kunda |
Sanchi Mittal |
MIT