IBCM is a tool for monitoring construction progress using images. It is a web application that allows users to upload images of a construction site and track the progress of the construction. The application uses image processing techniques to analyze the images and provide insights on the progress of the construction.
- Upload images of a construction site
- Analyze images to track progress
- View progress reports
- Compare progress with schedule
- Python
- Flask
- OpenCV
- TensorFlow
- HTML
- CSS
- JavaScript
- Clone the repository
- Install the required dependencies
pip install -r requirements.txt
- Run the application
cd backend python app.py
-
Open a new terminal and navigate to the frontend directory
cd frontend npm install
-
Run the application
npm run dev