The SFSSCON conference 2023 in Bolzano devoted to Free Software had one track about artificial intelligence. I liked the presentation on Exploring the Possibilities with Free and Open Source AI Tools. I list the sites again here, and sometimes there are some extra notes from my own trials.

Development tools Link to heading

Codeium, here the AI assists on the task at hand, it may even suggest an algorithm to your initial description. Python generation seems quite good, better than the java one. Here an example on generating a permutation algorithm.

codenium permutation code generated for python

Uizard for User Interface design directly from text prompts.

Reserarch tools: Link to heading

Image tools Link to heading

Speech and Audio tools Link to heading

Fun tools Link to heading

Last, links to important fully Open Source Tools involving models, and fine tunning were provided.

ChatPDF Analysis Link to heading

I decided to do a trial on ChatPDF by reading the Global Meteor Network article on Methodology and First Results. The free option allows reading 2 PDFs per day. The original article taken directly from Arxiv was sort of rejected, as the upgrade account service appeared. The cause might be a protection against big PDF files, in case someone would concatenate several small documents in one big. I decide to reduce the pdf size using the Goshcript utility:

$ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS="/printer" -dNOPAUSE -dQUIET -dBATCH -sOutputFile=
$ ls -l *pdf
-rw-rw-r-- 1 pablo pablo 16399352 Aug  2  2021 2107.12335.pdf
-rw-rw-r-- 1 pablo pablo  6655652 Feb 11 16:41 gmn.pdf

This time ChatPDF read the reduced article OK.

ChatPDF offers explanations and reductions on the texts selected by the user. One part that required clarification for me was the section regarding the calibration and esprectral sensitivity of the IMX291 sensor. I could get explanations of terms that were not known to me.