Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
3
42
gangyeolkim
gangyeolkim
Follow
4n3mone's profile picture
dev7halo's profile picture
gen-bi's profile picture
4 followers
ยท
4 following
AI & ML interests
None yet
Recent Activity
reacted
to
luigi12345
's
post
with ๐ฅ
about 1 month ago
MinimalScrap Only Free Dependencies. Save it.It is quite useful uh. ``` !pip install googlesearch-python requests from googlesearch import search import requests query = "Glaucoma" for url in search(f"{query} site:nih.gov filetype:pdf", 20): if url.endswith(".pdf"): with open(url.split("/")[-1], "wb") as f: f.write(requests.get(url).content) print("โ " + url.split("/")[-1]) print("Done!") ```
reacted
to
luigi12345
's
post
with ๐
about 1 month ago
MinimalScrap Only Free Dependencies. Save it.It is quite useful uh. ``` !pip install googlesearch-python requests from googlesearch import search import requests query = "Glaucoma" for url in search(f"{query} site:nih.gov filetype:pdf", 20): if url.endswith(".pdf"): with open(url.split("/")[-1], "wb") as f: f.write(requests.get(url).content) print("โ " + url.split("/")[-1]) print("Done!") ```
liked
a dataset
about 1 month ago
shangrilar/ko_text2sql
View all activity
Organizations
models
3
Sort:ย Recently updated
gangyeolkim/llama-3-chat
Text Generation
โข
Updated
Jun 10, 2024
โข
4.36k
โข
1
gangyeolkim/open-llama-2-ko-7b-summarization
Text Generation
โข
Updated
Mar 26, 2024
โข
19
gangyeolkim/kobart-korean-summarizer-v2
Summarization
โข
Updated
Dec 4, 2023
โข
65
datasets
None public yet