Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matthiasgeihs/smart-lookup
- Owner: matthiasgeihs
- License: mit
- Created: 2024-10-16T09:51:50.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-27T21:25:26.000Z (20 days ago)
- Last Synced: 2024-10-28T01:30:54.424Z (20 days ago)
- Language: TypeScript
- Homepage:
- Size: 732 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.