Spaces:
Running
Running
Manoj Thapa
commited on
Commit
·
1034141
1
Parent(s):
b4ed585
Docs: Update README with Multi-Language Support feature
Browse files
README.md
CHANGED
|
@@ -18,8 +18,9 @@ Planck AI is an advanced agentic search interface that combines the reasoning po
|
|
| 18 |
## 🚀 Features
|
| 19 |
|
| 20 |
- **🧠 Agentic Reasoning**: Uses a multi-step "Thinking" process to plan, execute, and verify tasks.
|
| 21 |
-
- **💻 Code Execution**: Writes and runs code in **7+ Languages** (Python, Java, JS/TS, C/C++, Go) to solve logic/math problems.
|
| 22 |
- **🌐 Deep Web Search**: Integated with Google & DuckDuckGo to find real-time information.
|
|
|
|
|
|
|
| 23 |
- **📄 Document Analysis**: Upload PDFs or paste URLs—Planck reads and analyzes them (up to 10k chars/page).
|
| 24 |
- **️ Vision Capabilities**: Analyze uploaded images using GPT-4o's vision model.
|
| 25 |
- **⚡ Reactive UI**: A beautiful, dark-mode interface built with React & TailwindCSS.
|
|
|
|
| 18 |
## 🚀 Features
|
| 19 |
|
| 20 |
- **🧠 Agentic Reasoning**: Uses a multi-step "Thinking" process to plan, execute, and verify tasks.
|
|
|
|
| 21 |
- **🌐 Deep Web Search**: Integated with Google & DuckDuckGo to find real-time information.
|
| 22 |
+
- **🌍 Multi-Language Support**: Talk to Planck in **20+ Languages** (e.g., Nepali, Spanish, Hindi, French). The UI adapts, and the agent responds natively while maintaining its reasoning capabilities.
|
| 23 |
+
- **💻 Code Execution**: Writes and runs code in **7+ Languages** (Python, Java, JS/TS, C/C++, Go) to solve logic/math problems.
|
| 24 |
- **📄 Document Analysis**: Upload PDFs or paste URLs—Planck reads and analyzes them (up to 10k chars/page).
|
| 25 |
- **️ Vision Capabilities**: Analyze uploaded images using GPT-4o's vision model.
|
| 26 |
- **⚡ Reactive UI**: A beautiful, dark-mode interface built with React & TailwindCSS.
|