Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,70 +1,8 @@
|
|
| 1 |
-
# Kidney Tumor, Cyst, or Stone Classification
|
| 2 |
-

|
| 3 |
-
|
| 4 |
-
## Project Overview
|
| 5 |
-
The main goal of this project is to develop a reliable and efficient deep-learning model that can accurately classify kidney tumors and Stone from medical images.
|
| 6 |
-
|
| 7 |
-
## Introduction
|
| 8 |
-
Kidney Disease Classification is a project utilizing deep learning techniques to classify Kidney Tumor and Stone diseases from [medical images dataset](https://www.kaggle.com/datasets/nazmul0087/ct-kidney-dataset-normal-cyst-tumor-and-stone/). This project leverages the power of Deep Learning, Machine Learning Operations (MLOps) practices, Data Version Control (DVC). It integrates with DagsHub for collaboration and versioning.
|
| 9 |
-
|
| 10 |
-
## Dagshub Project Pipeline
|
| 11 |
-

|
| 12 |
-
|
| 13 |
-
## Mlflow Stats
|
| 14 |
-

|
| 15 |
-
|
| 16 |
-
## Importance of the Project
|
| 17 |
-
- **Enhancing Healthcare**: By providing accurate and quick disease classification, this project aims to improve patient care and diagnostic accuracy significantly.
|
| 18 |
-
- **Research and Development**: It serves as a tool for researchers to analyze medical images more effectively, paving the way for discoveries in the medical field.
|
| 19 |
-
- **Educational Value**: This project can be a learning platform for students and professionals interested in deep learning and medical image analysis.
|
| 20 |
-
|
| 21 |
-
## Technical Overview
|
| 22 |
-
- **Deep Learning Frameworks**: Utilizes popular frameworks like TensorFlow or PyTorch for building and training the classification models.
|
| 23 |
-
- **Data Version Control (DVC)**: Manages and versions large datasets and machine learning models, ensuring reproducibility and streamlined data pipelines.
|
| 24 |
-
- **Git Integration**: For source code management and version control, making the project easily maintainable and scalable.
|
| 25 |
-
- **MLOps Practices**: Incorporates best practices in machine learning operations to automate workflows, from data preparation to model deployment.
|
| 26 |
-
- **DagsHub Integration**: Facilitates collaboration, data and model versioning, experiment tracking, and more in a user-friendly platform.
|
| 27 |
-
|
| 28 |
-
## How to run?
|
| 29 |
-
### STEPS:
|
| 30 |
-
|
| 31 |
-
Clone the repository
|
| 32 |
-
|
| 33 |
-
```bash
|
| 34 |
-
https://github.com/krishnaik06/Kidney-Disease-Classification-Deep-Learning-Project
|
| 35 |
-
```
|
| 36 |
-
### STEP 01- Create a conda environment after opening the repository
|
| 37 |
-
|
| 38 |
-
```bash
|
| 39 |
-
conda create -n venv python=3.11 -y
|
| 40 |
-
```
|
| 41 |
-
|
| 42 |
-
```bash
|
| 43 |
-
conda activate venv
|
| 44 |
-
```
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
### STEP 02- install the requirements
|
| 48 |
-
```bash
|
| 49 |
-
pip install -r requirements.txt
|
| 50 |
-
```
|
| 51 |
-
|
| 52 |
-
```bash
|
| 53 |
-
# Finally run the following command
|
| 54 |
-
python app.py
|
| 55 |
-
```
|
| 56 |
-
|
| 57 |
-
Now,
|
| 58 |
-
```bash
|
| 59 |
-
open up your local host and port
|
| 60 |
-
```
|
| 61 |
-
|
| 62 |
-
## To Run the Pipeline
|
| 63 |
-
```bash
|
| 64 |
-
dvc repro
|
| 65 |
-
```
|
| 66 |
---
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Smoething
|
| 3 |
+
sdk: docker
|
| 4 |
+
emoji: 📈
|
| 5 |
+
colorFrom: yellow
|
| 6 |
+
colorTo: blue
|
| 7 |
+
pinned: true
|
| 8 |
+
---
|