CHATTERLOOP POST PROCESSES API Chatterloop's API for handling image tagging/labeling, post/context summarizing, etc. HOW TO SETUP Create .venv on base of local project directory (python -m venv .venv) Activate venv on terminal (source ./.venv/Scripts/active) Install fastapi (pip install "fastapi[standard]") Create a folder for cloning repository (./app) Clone repo inside ./app EXTRA SETUP Generate requirements.txt by (pip freeze > requirements.txt) Install packages using requirements.txt (pip install -r requirements.txt) SYSTEM REQUIREMENTS Python 3.10.15 (Recommended, for Ubuntu)