Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambarish-224 authored Dec 21, 2023
1 parent 3c8040f commit d432697
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

<br>

Application URL Links : [InsurancePremiumPredictor](https://ambarish-224-insurance-prediction-project.streamlit.app/)
[Linkedin](https://www.linkedin.com/in/ambarish-224/)
[Medium](https://medium.com/@Ambarish_224)
[Github](https://github.com/Ambarish-224)

<br>

## UI of Application :-

<p align="center">
<img src="https://github.com/Ambarish-224/Insurance-Prediction-Project/blob/main/Dataset/Updated_homepage.jpg"/>
## UI of Application:-

<br>

Application URL Links : [InsurancePremiumPredictor](https://ambarish-224-insurance-prediction-project.streamlit.app/)

<br>

Expand All @@ -25,12 +29,12 @@ Application URL Links : [InsurancePremiumPredictor](https://ambarish-224-insuran
<br>

## About project
Insurance Premium Prediction is an Machine Learning Project which predicts Insurance premium price based on some Input data.
Insurance Premium Prediction is a Machine Learning Project that predicts Insurance premium prices based on some Input data.

<br>

## Technologies
This project is created with below technologies/tools/resorces:
This project is created with below technologies/tools/resources:
* Python: 3.7
* Machine Learning
* Jupyter Notebook
Expand All @@ -51,16 +55,16 @@ This project is created with below technologies/tools/resorces:

## Setup

To install requirement file
To install the required file
```
pip install -r requirements.txt
```

* Add files to git `git add .` or `git add <file_name>`
* To check the git status `git status`
* To check all version maintained by git `git log`
* To check all versions maintained by git `git log`
* To create version/commit all changes by git `git commit -m "message"`
* To send version/changes to github `git push origin main`
* To send version/changes to GitHub `git push origin main`

<br>

Expand Down Expand Up @@ -88,7 +92,7 @@ pip install -r requirements.txt
<br>

### 2. Data Validation:
* Data validation is an integral part of ML pipeline. It is checking the quality of source data before training a new mode
* Data validation is an integral part of the ML pipeline. It is checking the quality of source data before training a new mode
* It focuses on checking that the statistics of the new data are as expected (e.g. feature distribution, number of categories, etc).

<br>
Expand All @@ -110,8 +114,8 @@ pip install -r requirements.txt

<br>

### 6. Model Deployement
* Deployment is the method by which we integrate a machine learning model into production environment to make practical business decisions based on data.
### 6. Model Deployment
* Deployment is the method by which we integrate a machine-learning model into the production environment to make practical business decisions based on data.

<br>

Expand Down

0 comments on commit d432697

Please sign in to comment.