Stefano Fiorucci
commited on
Commit
β’
08a6165
1
Parent(s):
b89fac0
improve README
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ license: Apache-2.0
|
|
11 |
---
|
12 |
|
13 |
# Who killed Laura Palmer? [](https://huggingface.co/spaces/anakin87/who-killed-laura-palmer) [](https://github.com/anakin87/who-killed-laura-palmer)
|
14 |
-
[<img src="./data/readme_images/spaces_logo.png" style="display: block;margin-left: auto;
|
15 |
margin-right: auto; max-width: 70%;}">](https://huggingface.co/spaces/anakin87/who-killed-laura-palmer)
|
16 |
|
17 |
|
@@ -28,7 +28,7 @@ WKLP is a simple Question Answering system, based on data crawled from [Twin Pea
|
|
28 |
|
29 |
## Project architecture π§±
|
30 |
|
31 |
-

|
32 |
|
33 |
* Crawler: implemented using [Scrapy](https://github.com/scrapy/scrapy) and [fandom-py](https://github.com/NikolajDanger/fandom-py)
|
34 |
* Question Answering pipelines: created with [Haystack](https://github.com/deepset-ai/haystack)
|
@@ -43,7 +43,7 @@ WKLP is a simple Question Answering system, based on data crawled from [Twin Pea
|
|
43 |
- How to build a nice [Streamlit](https://github.com/streamlit/streamlit) web app to show your QA system
|
44 |
- How to optimize the web app to π deploy in [π€ Spaces](https://huggingface.co/spaces)
|
45 |
|
46 |
-

|
47 |
|
48 |
## Repository structure π
|
49 |
- [app.py](./app.py): Streamlit web app
|
11 |
---
|
12 |
|
13 |
# Who killed Laura Palmer? [](https://huggingface.co/spaces/anakin87/who-killed-laura-palmer) [](https://github.com/anakin87/who-killed-laura-palmer)
|
14 |
+
[<img src="./data/readme_images/spaces_logo.png" align="center" style="display: block;margin-left: auto;
|
15 |
margin-right: auto; max-width: 70%;}">](https://huggingface.co/spaces/anakin87/who-killed-laura-palmer)
|
16 |
|
17 |
|
28 |
|
29 |
## Project architecture π§±
|
30 |
|
31 |
+
[](#)
|
32 |
|
33 |
* Crawler: implemented using [Scrapy](https://github.com/scrapy/scrapy) and [fandom-py](https://github.com/NikolajDanger/fandom-py)
|
34 |
* Question Answering pipelines: created with [Haystack](https://github.com/deepset-ai/haystack)
|
43 |
- How to build a nice [Streamlit](https://github.com/streamlit/streamlit) web app to show your QA system
|
44 |
- How to optimize the web app to π deploy in [π€ Spaces](https://huggingface.co/spaces)
|
45 |
|
46 |
+
[](https://huggingface.co/spaces/anakin87/who-killed-laura-palmer)
|
47 |
|
48 |
## Repository structure π
|
49 |
- [app.py](./app.py): Streamlit web app
|