from Notebooks import cement_data.csv
Concrete is the most important material in civil engineering. The
concrete compressive strength is a highly nonlinear function of age and
ingredients. These ingredients include cement, blast furnace slag, fly ash,
water, superplasticizer, coarse aggregate, and fine aggregate.
So, to set this project in local we have couple of steps needed.
- Environment creation
- Mongodb Account setting
- Environment variable settings
💿 Installing
conda create --prefix venv python==3.8 -y
conda activate /.venv
MongoDB is a popular NoSQL database that allows you to store and retrieve data in a flexible and scalable way. In this guide, we will go through the steps of creating a MongoDB account, database, and how to get the Python 3.8 client URL for MongoDB.
To create a MongoDB account, follow these steps:
-
Go to the MongoDB website and click on the "Sign Up" button.
-
Fill in the required details such as your name, email address, and password.
-
Verify your email address by clicking on the link sent to your email.
-
Once you have verified your email address, log in to your MongoDB account.
To create a MongoDB database, follow these steps:
-
Click on the "Create a Cluster" button on the MongoDB Atlas dashboard.
-
Choose the free plan by selecting the "Shared" option.
-
Choose your preferred cloud provider, region, and cluster name.
-
Click on the "Create Cluster" button.
-
Once the cluster is created, click on the "Collections" button to create a new collection in the database.
To get the Python 3.8 client URL for MongoDB, follow these steps:
-
Click on the "Connect" button on the MongoDB Atlas dashboard.
-
Select "Connect your Application".
-
Choose your preferred programming language ( for us python), version ( for us 3.6 or above), and driver.
-
Copy the Python 3.8 client URL provided.
-
Use the client URL to connect to your MongoDB database in Python.
Once you have successfully completed the steps above,
- Install the requirements.txt by running the following command
To install the dependencies
pip install -r requirements.txt
Run Application
python application.py
- it will train the model.
-select the Csv File first then Click on Lets Predict:
on clicking on that , it will give a predicted.csv file as output.