Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paologuimalan/chatterloop_postprocessapi

Chatterloop's API for handling image tagging/labeling, post/context summarizing, etc.
https://github.com/paologuimalan/chatterloop_postprocessapi

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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)