Summary of the article on the SRF website
-
Clone the repository:
git clone https://github.com/Maenuel/sumSRF.git cd sumSRF/sumSRFOllama -
Install the dependencies:
npm install
-
Run the application:
node app.js
To add the chrome-extension1 to your Chrome browser, follow these steps:
-
Open Chrome and navigate to the Extensions page:
- Click on the three dots in the upper right corner of Chrome.
- Go to
More tools>Extensions. - Alternatively, you can navigate directly to
chrome://extensions/.
-
Enable Developer Mode:
- In the Extensions page, toggle the
Developer modeswitch on the top right corner.
- In the Extensions page, toggle the
-
Load the unpacked extension:
- Click on the
Load unpackedbutton. - Navigate to the
chrome-extension1directory within thesumSRFrepository. - Select the folder to load the extension.
- Click on the
-
Verify the extension:
- Ensure that the
chrome-extension1is listed among your extensions and is enabled.
- Ensure that the
- Ollama with Llama 3.2 is required for this project. Follow the Ollama documentation to install and configure it correctly.
- Make sure to configure any necessary environment variables as described in the
app.jsfile.