Skip to content

Chatterloop's API for handling image tagging/labeling, post/context summarizing, etc.

Notifications You must be signed in to change notification settings

PaoloGuimalan/Chatterloop_PostProcessAPI

Repository files navigation

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)

About

Chatterloop's API for handling image tagging/labeling, post/context summarizing, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published