This repository contains a FastAPI application that utilizes the VGG16 model from TensorFlow's Keras applications. The application is containerized using Docker and can be easily set up using Docker Compose.
- Docker
- Docker Compose
First, clone the repository to your local machine:
git clone https://github.com/AbhijithMallya/18AIP83_Project.git
cd your-repository
Use Docker Compose to build and start the application. This will also download the VGG16 model weights during the build process:
docker-compose up --build
To check if the server is running, navigate to http://localhost:8000 in your web browser.
Press Ctrl + C
docker-compose down