2 private links
为了加速镜像拉取,你可以使用以下命令设置 registry mirror: 为了避免 Worker 用量耗尽,你可以手动 pull 镜像然后 re-tag 之后 push 至本地镜像仓库: Powered by Cloudflare Workers
Marker converts PDF to markdown quickly and accurately. Supports a wide range of documents (optimized for books and scientific papers) [...] Here are some known limitations that are on the roadmap to address: Marker will not convert 100% of equations to LaTeX. [...] marker /path/to/input/folder /path/to/output/folder --workers 10 --max 10 --metadata_file /path/to/metadata.json --min_length 10000 --workers is the number of pdfs to convert at once. [...] Then run benchmark.py like this: python benchmark.py data/pdfs data/references report.json --nougat This will benchmark marker against other text extraction methods.
Take control of HTML, CSS, and JavaScript in a visual canvas. Webflow generates clean, semantic code that’s ready to publish or hand to developers. [...] Connect your site to the tools your team uses every day — plus find and launch apps in the Webflow Designer. [...] Webflow Enterprise gives your teams the power to build, ship, and manage sites collaboratively at scale. [...] Build and launch sites quickly — and safely — with powerful features designed to help large teams collaborate.
💥 支持AccessToken使用账号,支持 GPT-4、GPT-4o、 GPTs 🔍 回复格式与真实api完全一致,适配几乎所有客户端 https://t.me/chat2api 要提问请先阅读完仓库介绍 GPT-3.5 对话 (传入模型名不包含gpt-4,则默认使用gpt-3.5,也就是text-davinci-002-render-sha) [...] 可作为网关使用,可多机分布部署 暂无,欢迎提 issue https://zeabur.com/templates/6HEGIZ?referralCode=LanQian528 git clone https://github.com/LanQian528/chat2api cd chat2api pip install -r requirements.txt python app.py [...] (推荐,可用4.0) Docker Compose部署 #推荐可用40-docker-compose部署 创建一个新的目录,例如chat2api,并进入该目录: mkdir chat2api cd chat2api 在此目录中下载库中的docker-compose.yml文件: wget https://raw.githubusercontent.com/LanQian528/chat2api/main/docker-compose.yml 修改docker-compose.yml文件中的环境变量,保存后: [...] AccessToken 获取: chatgpt官网登录后,再打开 https://chatgpt.com/api/auth/session 获取 accessToken 这个值 免登录 gpt3.5 无需传入 Token 推荐使用 docker-compose 方式部署, 已内置 Arkose 服务 #推荐使用-docker-compose-方式部署-已内置-arkose-服务
yt-dlp is a https://github.com/ytdl-org/youtube-dl fork based on the now inactive https://github.com/blackjack4494/yt-dlc. You can install yt-dlp using #release-files, https://pypi.org/project/yt-dlp or one using a third-party package manager. [...] # Download best format that contains video, # and if it doesn't already have an audio stream, merge it with best audio-only format $ yt-dlp -f "bv+ba/b" [...] # Download and merge the best format that has a video stream, # and the best 2 audio-only formats into one file $ yt-dlp -f "bv+ba+ba.2" --audio-multistreams [...] # Download the best mp4 video available, or the best video if no mp4 available $ yt-dlp -f "bv[ext=mp4]+ba[ext=m4a]/b[ext=mp4] / bv+ba/b"
—— A battery-included, local-first, open-source PostgreSQL RDS alternative. https://github.com/Vonng/pigsty/releases/tag/v2.5.1 | https://github.com/Vonng/pigsty | https://demo.pigsty.cc | https://doc.pigsty.cc/ | https://pigsty.cc/en/ | https://github.com/users/Vonng/projects/2/views/3 | https://github.com/Vonng/pigsty/discussions | https://discord.gg/Mu2b6Wxr | https://doc.pigsty.cc/#/zh/ https://github.com/Vonng/pigsty/blob/master/docs/INSTALL.md latest https://github.com/Vonng/pigsty/releases/tag/v2.5.1 beta with curl -fsSL https://get.pigsty.cc/latest | bash [...] Pigsty can be used in different scenarios: Run HA https://github.com/Vonng/pigsty/blob/master/docs/PGSQL.md RDS for production usage, with PostGIS, TimescaleDB, Citus, etc... [...] Some non-trivial extensions: name version source type comment age 4.0 PIGSTY Apache AGE graph database extension pointcloud 1.2.5 PIGSTY A PostgreSQL extension for storing point cloud (LIDAR) data. [...] PGDG credcheck - postgresql plain text credential checker pg_cron 1.5 PGDG Job scheduler for PostgreSQL pg_background 1.0 PGDG Run SQL queries in the background pg_jobmon PGDG Extension for logging and monitoring functions in PostgreSQL pg_readonly 1.0.0 PGDG cluster database read only pg_repack 1.4.8 PGDG Reorganize tables in PostgreSQL databases with minimal locks pg_squeeze 1.5 PGDG A tool to remove unused space from a relation.
https://i1.wp.com/a16z.com/wp-content/uploads/2023/05/stacks_of_books_and_GPU.png?ssl=1Source: Midjourney Research in artificial intelligence is increasing at an exponential rate. [...] https://jalammar.github.io/illustrated-stable-diffusion/: Introduction to latent diffusion models, the most common type of generative AI model for images. [...] New models https://arxiv.org/abs/1706.03762 (2017): The original transformer work and research paper from Google Brain that started it all. [...] Code generation https://arxiv.org/abs/2107.03374 (2021): This is OpenAI’s research paper for Codex, the code-generation model behind the GitHub Copilot product.