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
Read [this document](./static/project-proposal.pdf) for the motivation to make this project.
3
+
4
+
## Dependencies
5
+
-**Python3**: Ensure that you have Python 3 installed on your system. You can download and install Python 3 from the official Python website: https://www.python.org.
6
+
-**pip**: pip is the package installer for Python. It is usually installed by default when you install Python. However, make sure you have pip installed and it is up to date. You can check the version of pip by running the following command:
7
+
```
8
+
pip --version
9
+
```
10
+
## Installation
11
+
To install and use Cloudphysician, follow the steps given below:
12
+
- Fork the Cloudphysician repository by clicking the "Fork" button at the top right corner of the repository page. This will create a copy of the repository under your GitHub account.
13
+
- Clone the forked repository to your local machine:
- Install the necessary Python packages by running the following command:
22
+
```
23
+
pip install -r requirements.txt
24
+
```
25
+
(NOTE: It is recommended to install these requirements in a new python environment)
26
+
27
+
## How to use?
28
+
29
+
Follow the steps given below:
30
+
31
+
32
+
33
+
## Output
34
+
### Input Image
35
+

36
+
37
+
### Result
38
+

39
+
40
+
## Future Developement
41
+
42
+
43
+
## Contributions
44
+
Contributions to Cloudphysician are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.
0 commit comments