Skip to content

This repo contains library and binary executable to be used to build analitics tools on top of LLM's and other DeepLearning models.

Notifications You must be signed in to change notification settings

bartossh/uncle_good_advice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uncle Good Advice

This repo contains library and binary executable to be used to build analitics tools on top of LLM's and other DeepLearning models.

Implementations and usages

CLI Agent

BASIC-IMPLEMENTATION

CLI agent will build model with given prompt and allow to provide conversation with the model on given topic.

Pull Agent

VERY BASIC IMPLEMENTATION

The Pull agent takes data from any source, such as Twitter or NewsDataIo, to analyze the data and store the results or send them to a receiver.

In its current state, it extracts relevant information such as keywords, coins, title, and text and passes it to the LLama model for sentiment recognition, then prints the results to the console.

The plan is to add storage (already implemented) or a receiver that can handle this data.

Push Agent

NOT-IMPLEMENTED

Push agent can act as a simple REST API taking messages and responding with analitics, reporsts or assumptions.

Examples:

  • Trump Agent Trump

  • Sentiment Analitics Agent Sentiemnt example

  • Sentiment Pull Model - Pulls articles and calculates sentiment. Sentiment Pull Model

About

This repo contains library and binary executable to be used to build analitics tools on top of LLM's and other DeepLearning models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages