Skip to content

HydeYYHH/DeepSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepSearch

English 中文

DeepSearch is an LLM-powered web search engine focused on deep web information retrieval.

Screenshot

example1 example2

Installation

Manual Installation

  1. Clone the repository:
    git clone https://github.com/HydeYYHH/DeepSearch
    cd DeepSearch
  2. Setup Search engine
    cd search-engine
    python -m venv .venv
    source .venv/bin/activate
    pip install -r requirements.txt
  3. Setup LLM agent
    cd llm-agent
    python -m venv .venv
    source .venv/bin/activate
    pip install -r requirements.txt
  4. Setup Frontend
    cd frontend
    npm install
  5. Export environment variables
    export GOOGLE_API_KEY=Your Google API Key
  6. Run the application
    cd search-engine
    source .venv/bin/activate
    python server/server.py
    cd llm-agent
    source .venv/bin/activate
    python main.py
    cd frontend
    npm run dev

Docker Deployment

docker compose up

About

An LLM-powered web search engine focused on deep web information retrieval

Resources

License

Stars

6 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors