https://github.com/ajlearner46/chest-disease-classification-mlops
https://github.com/ajlearner46/chest-disease-classification-mlops
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajlearner46/chest-disease-classification-mlops
- Owner: AJlearner46
- License: mit
- Created: 2025-06-09T13:11:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-08T10:51:16.000Z (11 months ago)
- Last Synced: 2025-07-08T11:43:38.106Z (11 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chest-disease-classification-Mlops
## How to run?
```bash
conda create -n chest python=3.8 -y
```
```bash
conda activate chest
```
```bash
pip install -r requirements.txt
```
```bash
python app.py
```