Restarting
on
Zero
72
๐ฅ
CineDiffusion
Create cinematic images in widescreen aspect ratios.
Is this pretty close to GTX1080?
!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!")
Wow this is a really great idea man, the UI needs some work but I really prefer having the summaries on the front page!
If you need some help on it let me know.