Projects

BoquilaHUB

The best AI tool to monitor nature

github.com/boquila/boquilahub

BoquilaVerse

A collection of 3D models created for synthetic dataset creation.

boquila.org/verse

Ocrisp

One-click RAG implementation, Simple and Portable.

github.com/boquila/ocrisp

TidierVest

Web scraping in Julia. Based on rvest. (Faster than Beautiful Soup or Rvest)

using TidierVest

starwars = read_html("https://rvest.tidyverse.org/articles/starwars.html")

titles = html_elements(starwars, ["section", "h2"]) |> html_text3
titles
# 7-element Vector{String}:
#  "The Phantom Menace"
#  "Attack of the Clones"
#  "Revenge of the Sith"
#
#  "Return of the Jedi"
#  "The Force Awakens"

TBA

Code quality assurance tool. For Rust and written in Rust.