diff --git a/README.md b/README.md index 048916c..18b786b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ A **presentation** is available as a **PDF** file in the repo `Gift_Recommendati ## Notebooks Overview -1. **DataPreprocessing.ipynb**: +1. **create_llm_ready_csv.ipynb**: - Used to preprocess the Amazon Dataset and extract products with rich text features for the demo. --- @@ -109,7 +109,7 @@ $ streamlit run src/Gift\ Recommendation\ Bot\ 🎁.py β”œβ”€β”€ πŸ“__pycache__/ β”œβ”€β”€ πŸ“chroma_vectorstore/ # Contains the vector store β”œβ”€β”€ πŸ“Data/ # Contains the dataset -β”œβ”€β”€ └── πŸ““Data_Preprocessing.ipynb +β”œβ”€β”€ └── πŸ““create_llm_ready_csv.ipynb β”œβ”€β”€ πŸ“src/ β”‚ β”œβ”€β”€ 🐍Gift Recommendation Bot 🎁.py β”‚ β”œβ”€β”€ πŸ“pages/