From 6f312ac45b4c5f143d44a8c8d9fbf2b597be481c Mon Sep 17 00:00:00 2001 From: DonTizi <66443081+DonTizi@users.noreply.github.com> Date: Sat, 31 Aug 2024 19:37:32 -0400 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43a7fe2..e3aefa6 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To use the RemindAI, these requisites must be met: 3. Download Ollama. (and pull llama3.1) [Download](https://ollama.com/) 4. Download Python. [Download](https://www.python.org//) -2. **Interact with the Application** +**Interact with the Application** Launch the Remind application to ask questions about your digital activity. Please wait for about 20-30 minutes the first time to allow the application to gather digital activities into its vector database. ## Contributing @@ -53,7 +53,7 @@ We welcome contributions from the community! To contribute: ## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. +This project is licensed under the apache License. See the [LICENSE](LICENSE) file for details. ## Contact From f79ed44e5e75a301c363acdb8d26b26780ed758a Mon Sep 17 00:00:00 2001 From: DonTizi <66443081+DonTizi@users.noreply.github.com> Date: Sat, 31 Aug 2024 19:51:06 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3aefa6..cde2030 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,12 @@ Welcome to reMind! This application captures and indexes your digital activities - **Summarization**: Provides detailed summaries of daily activities. - **Interactive Chat**: Interact with the application using a chat interface to query your digital history. -# How to setup Remind +# How to Setup Remind + +[![How to Setup Remind](https://img.youtube.com/vi/6HyN4Jsmmug/0.jpg)](https://www.youtube.com/watch?v=6HyN4Jsmmug&t=7s) + +Click the image above or [here](https://www.youtube.com/watch?v=6HyN4Jsmmug&t=7s) to watch the full video on how to set up Remind. -(Include the preview video link here) # Requisites ⚙️ From 8bb6b4f93424afdb9eaadb3bf2d51cd99edf3d03 Mon Sep 17 00:00:00 2001 From: DonTizi <66443081+DonTizi@users.noreply.github.com> Date: Sat, 31 Aug 2024 19:58:19 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cde2030..5e1aa8f 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,6 @@ Welcome to reMind! This application captures and indexes your digital activities - **Summarization**: Provides detailed summaries of daily activities. - **Interactive Chat**: Interact with the application using a chat interface to query your digital history. -# How to Setup Remind - -[![How to Setup Remind](https://img.youtube.com/vi/6HyN4Jsmmug/0.jpg)](https://www.youtube.com/watch?v=6HyN4Jsmmug&t=7s) - -Click the image above or [here](https://www.youtube.com/watch?v=6HyN4Jsmmug&t=7s) to watch the full video on how to set up Remind. - - # Requisites ⚙️ To use the RemindAI, these requisites must be met: @@ -40,6 +33,27 @@ To use the RemindAI, these requisites must be met: 3. Download Ollama. (and pull llama3.1) [Download](https://ollama.com/) 4. Download Python. [Download](https://www.python.org//) +## Before You Begin + +1. **Clone the repository:** + - Use the command `git clone ` to clone the repository to your local machine. + +2. **Install the necessary modules:** + - Navigate to the project directory and run `npm install` to install all required dependencies. + +3. **Start the server:** + - After the installation is complete, run `npm run dev` to start the server. + +Once these steps are completed, you can follow along with the video to finish setting up Remind. + + + +# How to Setup Remind + +[![How to Setup Remind](https://img.youtube.com/vi/6HyN4Jsmmug/0.jpg)](https://www.youtube.com/watch?v=6HyN4Jsmmug&t=7s) + +Click the image above or [here](https://www.youtube.com/watch?v=6HyN4Jsmmug&t=7s) to watch the full video on how to set up Remind. + **Interact with the Application** Launch the Remind application to ask questions about your digital activity. Please wait for about 20-30 minutes the first time to allow the application to gather digital activities into its vector database. From 3debc19a2b62e037ac372471e48b95a8f0229f5b Mon Sep 17 00:00:00 2001 From: DonTizi <66443081+DonTizi@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:15:16 -0400 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e1aa8f..3a8507c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To use the RemindAI, these requisites must be met: ## Before You Begin 1. **Clone the repository:** - - Use the command `git clone ` to clone the repository to your local machine. + - Use the command `git clone https://github.com/DonTizi/ReMind/` to clone the repository to your local machine. 2. **Install the necessary modules:** - Navigate to the project directory and run `npm install` to install all required dependencies. From 4e5029702fde21d174cd9f60b5ed6b19edb13f9a Mon Sep 17 00:00:00 2001 From: DonTizi <66443081+DonTizi@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:15:44 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a8507c..8d93036 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Once these steps are completed, you can follow along with the video to finish se Click the image above or [here](https://www.youtube.com/watch?v=6HyN4Jsmmug&t=7s) to watch the full video on how to set up Remind. **Interact with the Application** - Launch the Remind application to ask questions about your digital activity. Please wait for about 20-30 minutes the first time to allow the application to gather digital activities into its vector database. + Launch the Remind application to ask questions about your digital activity. Please wait for about 30 minutes the first time to allow the application to gather digital activities into its vector database. ## Contributing