patcodesml commited on
Commit
f6dcb7c
·
verified ·
1 Parent(s): c66333b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - research
4
+ - deep-research
5
+ - multi-agent
6
+ - local-llm
7
+ license: mit
8
+ ---
9
+
10
+ # Research Engine
11
+
12
+ A local-first autonomous deep research platform. Feed it any topic, URL, paper, or video — it autonomously researches, gathers sources, extracts artifacts, and builds a complete research project you can interact with.
13
+
14
+ ## Features
15
+ - Autonomous web search and source discovery
16
+ - LaTeX equation extraction from papers
17
+ - Code snippet and algorithm extraction
18
+ - Architecture diagram generation (Mermaid)
19
+ - Interactive chat workspace with multi-model support
20
+ - Live progress visualization
21
+
22
+ ## Built With
23
+ - Python (Flask + WebSocket)
24
+ - llama.cpp (35B MoE model)
25
+ - Ollama (multiple models)
26
+ - Brave Search API
27
+
28
+ ## Links
29
+ - [GitHub](https://github.com/Patvscode/research-engine)
30
+ - [Hub UI](https://github.com/Patvscode/openclaw-hub)