Skip to content

Commit f80783c

Browse files
committed
add readme chapter 8
1 parent bf266f2 commit f80783c

File tree

9 files changed

+27
-461
lines changed

9 files changed

+27
-461
lines changed

ch8/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
# Description
12

3+
Exercises for Chapter 8. "Hands-on projects"
24

3-
```bash
4-
python -m ipykernel install --user --name=venv --display-name "NLP pipelines"
5-
```
5+
## Mini projects
6+
7+
1. [Perform Named Entity Recognition (NER)](./named-entity-recognition/) - this folder contains two sample applications for NER:
8+
* [Extracting entities from a dataset containing articles - stand alone component](./named-entity-recognition/ner-with-haystack-search-pipeline.ipynb)
9+
* [Extracting entities after a web search - pipeline with custom component](./named-entity-recognition/ner-with-haystack-search-pipeline.ipynb)
10+
2. [Perform text classification and sentiment analysis](./text-classification/)
11+
3. [Build a chatbot or virtual assistant](./chatbot-virtual-assistant/)

ch8/chatbot-real-time/README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

ch8/chatbot-real-time/agent.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

ch8/chatbot-real-time/dataflow.py

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)