Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 801 Bytes

README.md

File metadata and controls

40 lines (20 loc) · 801 Bytes

Image Captioning Demo

MADE ML Course web-deploy project

how to use on local machine

download the repository
cd there

cd image_captioning_demo

create virtual environment

virtualenv --python python3.6 icd_venv

or, if you have anaconda

conda create -n icd_venv python=3.6

activate virtual environment

source icd_venv/bin/activate

or, if you have anaconda

conda activate icd_venv

install the requirements

pip install -r requirements.txt

run the app

streamlit run app.py

go to the generated link / feed it images / have fun

or... you could try it in action already deployed here