Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paologuimalan/chatterloop_postprocessapi
- Owner: PaoloGuimalan
- Created: 2024-11-17T13:07:32.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-06T06:43:07.000Z (about 2 months ago)
- Last Synced: 2024-12-06T07:28:49.982Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)