Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 573 Bytes

File metadata and controls

10 lines (9 loc) · 573 Bytes

Image_Captioning_With_API

Tripsero_ create caption for images uploaded

How to run?/ Installation process

This project is an image captioning project that uploads the image and caption them accoring to the contents present in the visual form.

  • Clone the repository git clone https://github.com/Alpha-AI-LTD/Image_Captioning_With_API/
  • In terminal inside directory cd Image_Captioning_With_API
  • Install the requirements pip install -r requirements.txt
  • Run python manage.py migrate
  • Then python manage.py runserver