I wonder if syft knows how to identify AI packages (or are you familiar with any open source who tags AI packages)
thanks!
I wonder if syft knows how to identify AI packages (or are you familiar with any open source who tags AI packages)
thanks!
hi! this is a still open question for me, wonder if you have any ideas
Dan addressed this question at 45 minutes into the live stream: https://www.youtube.com/watch?v=7434IRrupzQ
For many “AI packages” of software, many are essentially bundles of python, which we’re already very good at identifying.
There are some execptions, such as LLMs - especially those that dynamically bootstrap on first launch by downloading the LLM data.
hi!
according to the answer -
if I review all syft’s results of python from different sources (requirements.txt, wheel, binaries, etc.) can I find a field which will tell me the language is python?