An open API service indexing awesome lists of open source software.

https://github.com/ajlearner46/chest-disease-classification-mlops


https://github.com/ajlearner46/chest-disease-classification-mlops

Last synced: 10 months ago
JSON representation

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
```