Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

made ml web-demo project with image captioning using inception and rnn with attention deployed with streamlit.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages