hrishikesh1017/Image_Captioning_project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
## Image Captioning with Streamlit A machine learning model to generate captions for images. To run the app, 1. Clone the repository 2. Move to the cloned folder in the terminal 3. Install all the dependencies by running the command ``` pip install -r requirements.txt ``` 4. To run the application, type ``` streamlit run app.py ``` 5. The application will open on the URL **localhost:8501**