Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matthiasgeihs/smart-lookup

Have an AI always at your fingertips.
https://github.com/matthiasgeihs/smart-lookup

Last synced: 7 days ago
JSON representation

Have an AI always at your fingertips.

Awesome Lists containing this project

README

        

# ✨🔎 Smart Lookup

Quick and easy AI-assisted lookups. Always have an AI at your finger tips.

Press `⌥ + SPACE` and enter your query. Uses [Ollama](https://ollama.com) for local LLM execution.

![teaser](https://github.com/user-attachments/assets/c52efc03-e565-494b-b1b9-f1a4e725234e)

## Installation

### Requirements

Make sure [`Ollama`](https://ollama.com) is installed and running.
Please also make sure that the target model is already downloaded. The default model currently is `llama3.1`.

### Prebuilt binaries (Apple Silicon)

Download [Smart.Lookup-darwin-arm64-0.1.0.zip](https://github.com/matthiasgeihs/smart-lookup/releases/download/v0.1.0/Smart.Lookup-darwin-arm64-0.1.0.zip), unzip, and copy the application to your application folder.

### From source

Make sure [`npm`](https://nodejs.org) is installed.
Then run the following commands.

```bash
npm i
npm run make
```

You can find the packaged application in the `out` folder.

### Installer

Not yet available.

## Settings

The settings can be found in `~/.smart-lookup`.

## License

Please see the [LICENSE](LICENSE) file.