bptlab / TracEX

This bachelorproject focuses on event log extraction from patient journeys using large-language models.
5 stars 5 forks source link

implement scraping poc #114

Closed nils-schmitt closed 6 months ago

nils-schmitt commented 7 months ago

I implemented a PoC of WebScraping. It is located under tracex_project/logic/scraping.py and is a simple script requiring firefox and not relying on any of our code. (Might need sudo or admin, as geckodriver needs to get installed)