Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

README

        

Screenshot

# 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/)