Welcome to the Image Caption Generator* Streamlit app! This is a web-based application built using Python and Streamlit to https://imgcap.streamlit.app/ . This project leverages powerful machine learning and data visualization tools to provide an intuitive and interactive experience for the users.
ImageCaptioner.mp4
The following technologies and libraries were used to build this project:
- Interactive UI: Built with Streamlit for a responsive user interface.
- Data Visualization: Plotting graphs and charts using Matplotlib and Plotly.
- Machine Learning Model Integration: Implemented TensorFlow and Keras models for predictive analysis.
- Real-Time Data Processing: Handling dynamic datasets for fast updates and predictions.
To run this project locally, follow these steps:
git clone https://github.com/karan89200/ImageCaption.git
python3 -m venv venv
pip install -r requirements.txt
streamlit run main.py