import pm4py
if __name__ == "__main__":
log = pm4py.read_xes('<path-to-xes-log-file.xes>')
process_model = pm4py.discover_bpmn_inductive(log)
pm4py.view_bpmn(process_model)
We are regularly releasing various pm4py tutorials on Youtube!
Read this interesting article introducing process mining in python using pm4py!
Eryk Lewinson wrote a blog-post about process mining, using pm4py.
Our founder, Sebastiaan van Zelst, was interviewed by Anton Yeshchenko about pm4py and novel developments in process mining. You can listen to it here, or, on SoundCloud.
We gave an introduction talk on process mining and using pm4py at PyData Eindhoven 2019. You can watch it here, or, on YouTube.