A newer version of the Streamlit SDK is available:
1.53.1
metadata
title: Image To Text App
emoji: 📹
colorFrom: blue
colorTo: red
sdk: streamlit
app_file: app.py
pinned: false
Workflows
- Update config.yaml
- Update secrets.yaml [Optional]
- Update params.yaml
- Update the entity
- Update the configuration manager in src config
- Update the components
- Update the pipeline
- Update the main.py
- Update the dvc.yaml
How to run?
STEPS:
Clone the repository
https://github.com/HAKIM-ML/Chicken-Disease-Classification-Using-Mlops
STEP 01- Create a conda environment after opening the repository
conda create -n cnncls python=3.8 -y
conda activate cnncls
STEP 02- install the requirements
pip install -r requirements.txt
# Finally run the following command
python app.py
Now,
open up you local host and port
DVC cmd
- dvc init
- dvc repro
- dvc dag