Simple AI image tagging app that generates captions and extracts keywords from images using machine learning models.
- Image caption generation
- Automatic keyword extraction
-
Clone this repository
-
Activate virtual environment:
# Unix/macOS python3 -m venv venv source venv/bin/activate # Windows python -m venv venv .\venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
streamlit run app.py