Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Medkallel committed Oct 14, 2024
2 parents 0b3d18e + d35c018 commit 649e0bf
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
- [Description](#description)
- [Objectives](#objectives)
- [Demo](#demo)
<!-- - [Presentation](#presentation) -->
- [Notebooks Overview](#notebooks-overview)
- [Using Docker](#using-docker)
- [Installation](#installation)
- [Usage](#usage)
- [Project Structure](#project-structure)
- [Collaborators](#collaborators)
- [License](#license)
<!-- - [Presentation](#presentation) -->

---

Expand Down Expand Up @@ -45,6 +45,8 @@ The dataset used, compiled by McAuley Lab in 2023, encompasses a comprehensive c
- Item Metadata (descriptions, price, raw image, etc.)

---
> [!IMPORTANT]
> **Disclaimer:** The source code as well as the demo currently use **free** embedidng and llm models provided by TogetherAI. Those models are thus **not performant** and generally do not offer great recommendations. It is **recommended** to switch to higher performance models like those from OpenAI, Anthropic... or capable Local models to get better results. An up to date more refined **product database** would also contribute to getting better results as the database contains rather "random" results
## Demo
##### The app demo is hosted & available on the following link: [Demo Link](https://gift-recommendation-chatbot.streamlit.app/)
Expand All @@ -55,7 +57,7 @@ The dataset used, compiled by McAuley Lab in 2023, encompasses a comprehensive c


---
<!--
<!--
## Presentation
A **presentation** is available as a **PDF** file in the repo `Gift_Recommendation_Presentation.pdf` & also as a **Canva/Powerpoint** presentation through the following link: [Presentation Link](https://www.canva.com/design/DAGPvK0-A2g/1DJtvrzpoxdP5VG_GcgkhA/view?utm_content=DAGPvK0-A2g&utm_campaign=designshare&utm_medium=link&utm_source=editor).
Expand Down Expand Up @@ -97,7 +99,7 @@ $ docker run -p 8501:8501 -e TOGETHER_API_KEY=<your_api_key_here> gift-recommend
---

---

## Installation
> [!IMPORTANT]
> The project was developed and tested on Python 3.11.6
Expand Down Expand Up @@ -136,7 +138,8 @@ $ streamlit run src/Gift_Recommendation_Bot.py
## Project structure
```sh
📦 Gift-Recommendation-ChatBot/
├── 📁__pycache__/
├── 📁.github/workflows
│ └── 🤖github-docker-cicd.yaml # Used for CI/CD workflows
├── 📁chroma_vectorstore/ # Contains the vector store
├── 📁Data/ # Contains the dataset
├── └── 📓create_llm_ready_csv.ipynb
Expand All @@ -148,7 +151,10 @@ $ streamlit run src/Gift_Recommendation_Bot.py
├── 📁.streamlit/
│ └── 🔑secrets.toml # Used to store api Keys for running locally
├── 📄.gitignore
├── 🐋.dockerignore
├── 🐋.Dockerfile
├── 📄README.md
├── 📄LICENCE.md
├── 📄requirements.txt
└── 🖼️banner.png
```
Expand All @@ -165,7 +171,7 @@ This project was developed by a collaborative team. Each member played a crucial

## 📫 Contact me
<p>
<a href="https://www.linkedin.com/in/yourprofile/">
<a href="https://www.linkedin.com/in/mohamed-kallel/">
<img alt="LinkedIn" src="https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white"/>
</a>
<br>
Expand Down

0 comments on commit 649e0bf

Please sign in to comment.