You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
579 B
14 lines
579 B
2 weeks ago
|
# 📚 Usage Guide
|
||
|
|
||
|
DeepSearcher provides multiple ways to use the system, including Python API, command line interface, and web service deployment.
|
||
|
|
||
|
## 🔍 Usage Overview
|
||
|
|
||
|
| Guide | Description |
|
||
|
|-------|-------------|
|
||
|
| [🚀 Quick Start](quick_start.md) | Quick start guide for Python API integration |
|
||
|
| [💻 Command Line Interface](cli.md) | Instructions for using the command line interface |
|
||
|
| [🌐 Deployment](deployment.md) | Guide for deploying as a web service |
|
||
|
|
||
|
Choose the method that best suits your needs and follow the instructions on the corresponding page.
|