harningle / fia-doc

Parse FIA documents to get underlying tyre compound
8 stars 1 forks source link

Parsing penalties from F1 documentation using LLM #5

Open marcll opened 3 weeks ago

marcll commented 3 weeks ago

Hello,

I created a repo with a fairly different approach for extracting information from the F1 documentation https://github.com/marcll/f1-fia-doc-parser

I am extracting the info using a LLM instead of parsing the documents, in some cases may be a good enough and more adaptable solution especially when handling document format changes. Feel free to close the issue and check and draw any code or inspiration from it.

Thanks

harningle commented 3 weeks ago

Thank you! This is really amazing. I will update the README page here and put a link to your repo. We've been thinking about, but did not make much progress, digitalising the "less-data" PDFs, e.g. penalty, type compound, director notes, etc. I will look into details when I get time.

marcll commented 3 weeks ago

Awesome @harningle :-) hope it can be helpful!