Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhinavpy/localesenseai

LocaleSenseAI is a Chrome Extension that suggests you POI (Points of Interest) based on your location and search history. It uses Gemini Nano to go through your search history (on-device, without your search information being leaked outside or for training the LLM) and suggests destinations to visit based on your likes and interests.
https://github.com/abhinavpy/localesenseai

chrome-extension gemini-nano maps-api places-api

Last synced: 7 days ago
JSON representation

LocaleSenseAI is a Chrome Extension that suggests you POI (Points of Interest) based on your location and search history. It uses Gemini Nano to go through your search history (on-device, without your search information being leaked outside or for training the LLM) and suggests destinations to visit based on your likes and interests.

Awesome Lists containing this project

README

        

# LocaleSenseAI
This is a chrome extension

## Instructions to Use
IMPORTANT: You need to first go to Google Cloud and get yourself an API KEY that has Google Places API, Google Geocoding API and Google Maps API enabled.

Then go to `popup.js` and paste the API Key on Line 13.

Then follow the below steps.

### Clone the Repository
On your terminal
`git clone https://github.com/abhinavpy/LocaleSenseAI.git`

Go to Chrome.

Search `chrome://extensions` on the search tab.

Toggle Developer Mode on the top-right to Yes.

On the top-left click on Load Unpacked.

Now choose the cloned folder.

You will see LocaleSense in the All Extensions section on the chrome tab.

Make sure to enable this extension and pin it to your taskbar.

Click on the extension and use it as you please.