Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zej97
/
AI-Research-Assistant
like
19
Runtime error
App
Files
Files
Community
2
8bd159c
AI-Research-Assistant
/
test
/
test_duck_go.py
zej97
Upload folder using huggingface_hub
4d7183d
over 1 year ago
raw
Copy download link
history
blame
Safe
107 Bytes
from
duckduckgo_search
import
DDGS
with
DDGS()
as
ddgs:
for
r
in
ddgs.answers(
"sun"
):
print
(r)