Andrius: I'm learning how to access AI programmatically through an API. I'm also learning to program in Julia and I know some Python.
Artificial Intelligence
API
Daniel recommended a free and low-cost LLM: https://openrouter.ai/
Julia
Look at:
- ActiveInference.jl
- https://examples.rxinfer.com/ .
Python
Daniel recommended https://github.com/google/langextract "Python library that uses LLMs to extract structured information from unstructured text documents based on user-defined instructions." I could try to craft instructions and examples related to the ideas I want to parse from documents.