This repository contains demonstrations and exercises for learning Natural Language Processing concepts, focusing on word embeddings and text analysis.
embeddings.csv
- CSV file containing word embedding dataL2-Demo-1.ipynb
- Lesson 2 Accessing Amazon Bedrock with PythonL2-Demo-2.py
- Lesson 2 Model conversation with PythonL3-Demo-1.ipynb
- Lesson 3 Creating EmbeddingsL3-Demo-2.ipynb
- Lesson 3 Working with EmbeddingsL3-Demo-3.ipynb
- Lesson 3 Embeddings for Document Retrieval
Lesson-2-e1.ipynb
- Lesson 2 Exercise 1Lesson-2-e2.ipynb
- Lesson 2 Exercise 2Lesson-3-e1.ipynb
- Lesson 3 Exercise 1Lesson-3-e2.ipynb
- Lesson 3 Exercise 2
amazon.txt
- Sample text data from AmazonApollo13.txt
- Sample text data from Apollo 13prepare_embeddings.py
- Utility script for preparing word embeddingstranscript.txt
- Sample transcript data
- Python 3.x
- Jupyter Notebook
- Required Python packages:
- boto3