Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 603 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 603 Bytes

Image Caption Generator (Bahasa Indonesia)

python -m venv [env_name]
  • install requirements
pip install -r requirements.txt
  • image example

motorcycle

  • run command
python img_capt.py [image_path]
  • result
Seorang pria mengendarai sepeda motor di jalan

Flask API

  • go to the root folder and run API
flask run
  • example image

bear

  • upload image to api

postman