PicsSmart-Federated-Server This repository contains the federated server of the PicsSmart application. Prerequisites Python Install the dependencies cd image-captioning python3 -m venv ./venv source venv/bin/activate pip install -r requirements.txt How to run the application cd image-captioning source venv/bin/activate python server.py