Skip to content

Experimental GenAI workflows and prompt chains — RSS summaries, sentiment tagging, and score enrichment demos. Not affiliated with Nadis Intelligence’s proprietary products.

License

Notifications You must be signed in to change notification settings

AIInfraExpert/gpt-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt-workflows

Disclaimer: This repository contains personal GenAI experiments and is not affiliated with or representative of Nadis Intelligence’s proprietary products, including Pulse™, Symbi™, or ALICE™.

Experimental workflows and prompt chains:

  • Daily Brief Generator – RSS → context-aware executive brief
  • Sentiment/Trend Tagging – classify items into SME-relevant categories
  • Pulse Score Enricher – adjust a dummy score based on latest signals

These are demos/skeletons to reflect thinking, not production systems.

Diagrams & extra notes: see /docs.


Quick start

python -m venv .venv && source .venv/bin/activate   
pip install -r requirements.txt
cp .env.example .env  # add OpenAI key

Run any workflow via the CLI:

```bash

python cli.py daily-brief
python cli.py sentiment-tagging
python cli.py pulse-score-enricher

About

Experimental GenAI workflows and prompt chains — RSS summaries, sentiment tagging, and score enrichment demos. Not affiliated with Nadis Intelligence’s proprietary products.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages