Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Medkallel authored Oct 14, 2024
1 parent 42989c1 commit 72bf020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 72bf020

Please sign in to comment.