Skip to content

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

Notifications You must be signed in to change notification settings

LiahimRatman/image_captioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published