Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diamondgotcat/n-search
AI Powered New Search Engine in Your PC!
https://github.com/diamondgotcat/n-search
Last synced: about 1 month ago
JSON representation
AI Powered New Search Engine in Your PC!
- Host: GitHub
- URL: https://github.com/diamondgotcat/n-search
- Owner: DiamondGotCat
- License: mit
- Created: 2024-11-08T17:15:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T18:46:50.000Z (2 months ago)
- Last Synced: 2024-11-20T19:37:30.735Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# N-Search
## Features
- [x] Modern Design
- [x] Ranking with AI
- [x] Ask AI
- [x] Selectable LLM## Structure
### Search
1. Search Button Clicked
2. Search on MySQL
3. Search on DuckDuckGo
4. Show Ranking Result using `all-MiniLM-L6-v2`### Ask AI
1. Query has Sent to Server
2. Generate Answer using `llama-cpp-python`
3. Show## Search Source
- DuckDuckGo
- MySQL in Docker (Manually crawl)## How to Use
1. Install Docker
2. Install N-Search with Docker-compose Command (`docker-compose up -d`)
3. Access [localhost:3000](http://localhost:3000/)