Stefano Fiorucci commited on
Commit
3dcd3ce
1 Parent(s): dd194a7

Update README.md

Browse files

Former-commit-id: 4d727f76026181f471f5a5150cf0ba04349481ae

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -52,6 +52,7 @@ WKLP is a simple Question Answering system, based on data crawled from [Twin Pea
52
  - [crawler folder](./crawler/): Twin Peaks crawler, developed with Scrapy and fandom-py
53
  - [notebooks folder](./notebooks/): Jupyter/Colab notebooks to create the Search pipeline and generate questions (using Haystack)
54
  - [data folder](./data/): all necessary data
 
55
 
56
  Within each folder, you can find more in-depth explanations.
57
 
52
  - [crawler folder](./crawler/): Twin Peaks crawler, developed with Scrapy and fandom-py
53
  - [notebooks folder](./notebooks/): Jupyter/Colab notebooks to create the Search pipeline and generate questions (using Haystack)
54
  - [data folder](./data/): all necessary data
55
+ - [presentations](./presentations/): Video presentation and slides (PyCon Italy 2022)
56
 
57
  Within each folder, you can find more in-depth explanations.
58