This project is a Flask-based web application that uses OpenAI's GPT-4o model to process images and extract specific details from them in JSON format. The application is containerized using Docker and managed with Docker Compose.
- Process base64 encoded images with OpenAI GPT-4o model
- Extract specific details from images in JSON format
- REST API endpoint to receive image URLs and return extracted details
- Environment variable configuration for sensitive information
- Dockerized application for easy deployment
- Docker
- Docker Compose