You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
22
22
## 👀 Introduction
23
23
24
-
This is a Machine Learning Web Application which can predict three diseases i.e. Diabetes, Heart disease and Cancer. The datasets have been taken from Kaggle. And overall analysis and model building for the diseases have been done in respective Jupyter Notebooks.
24
+
This is a Machine Learning Web Application that can predict three diseases i.e. Diabetes, Heart disease, and Cancer. The datasets have been taken from Kaggle. And overall analysis and model building for the diseases have been done in respective Jupyter Notebooks.
@@ -44,7 +44,7 @@ This is a Machine Learning Web Application which can predict three diseases i.e.
44
44
45
45
To work on an open-source project, you will first need to make your copy of the repository. To do this, you should fork the repository and then clone it so that you have a local working copy.
46
46
47
-
Get your own Fork/Copy of repository by clicking `Fork` button right upper corner.<br><br>
47
+
Get your own Fork/Copy of repository by clicking the `Fork` button in right upper corner.<br><br>
This is one of the very important step that you should follow to contribute in Open Source. A branch helps to manage the workflow, isolate your code and does not creates a mess. To create a new branch:
67
+
This is one of the very important steps that you should follow to contribute to Open Source. A branch helps to manage the workflow, isolate your code, and does not creates a mess. To create a new branch:
Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
79
+
Keep your cloned repo up to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
80
80
```bash
81
81
git pull upstream main
82
82
```
@@ -121,7 +121,7 @@ flask run
121
121
##### For Flutter:
122
122
**1.** Open Android Studio or Visual Studio Code.
123
123
124
-
**2.** Click Open Folder option in the File section and Navigate to ./HealthCheck/HealthCheck_App and selectit.
124
+
**2.** Click the Open Folder option in the File section and Navigate to ./HealthCheck/HealthCheck_App and selectit.
125
125
126
126
**3. Open Terminal in the editor.**
127
127
@@ -132,7 +132,7 @@ $ flutter packages get
132
132
#### Step 5: Contribute
133
133
Make relevant changes according to the issue that you were assigned on. Contribute in any way you feel like :)
134
134
135
-
#### Step 6: Commiting and Pushing
135
+
#### Step 6: Committing and Pushing
136
136
Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which we can do with the git add command.
137
137
138
138
```bash
@@ -181,8 +181,10 @@ You can find the Code of Conduct <a href="https://github.com/kritikaparmar-progr
181
181
</tr>
182
182
</table>
183
183
184
-
## Open Source Programs the project have been associated with
184
+
## Open Source Programs the project has been associated with
0 commit comments