danielmiessler / fabric

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
https://danielmiessler.com/p/fabric-origin-story
MIT License
18.63k stars 1.91k forks source link

[Question]: #562

Open jnuts74 opened 1 month ago

jnuts74 commented 1 month ago

What is your question?

Apologies if I missed this in the documentation

Instead of copy and paste data or cat data file piped to pattern, does this have the ability to obtain data via web search or from a specific website (scraped) then be piped to a pattern for analytics.

Example:

Id like it to leverage various specific websites to pull weather related scientific data, metrics and attributes to find commonality and patterns in historical weather data and then pipe that to a custom pattern that contrasts those historical conditions against todays conditions to identify and gauge severe storm predictability.

Thanks again and sorry for the long question. At least its pretty cool though right?

WillJesperson commented 1 month ago

youd have to implement some sort of program to webscrape that for you. Fabric is simply the infastructure that allows you to use consistant prompts on a given AI model. Once it is webscraped though you can pbpaste -- on mac or pipe in a file -- on linux