Hey, Computer, Make Me a FontFontoGen Generate your very own font with FontoGen. Read more about the project in my blog article. Installation pipenv install pipenv shell # Nightly Triton is required pip install -U --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/Triton-Nightly/pypi/simple/ triton-nightly==2.1.0.dev20230801015042 --no-deps Inference The model needs to be re-trained on a large dataset of OFL fonts. If anyone would like to contribute and re-train the mo…
CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers catalog.data.gov, open.canada.ca/data, data.humdata.org among many other sites.CKAN: The Open Source Data Portal Software CKAN is the world’s leading open-source data portal platform. CKAN makes it easy to publish, share and work with data. It's a data management system that provides a powerful platform for cataloging, storing and a…
Curso para aprender desarrollo frontend Web con Python puro desde cero. Elaborado durante las emisiones en directo desde Twitch de MoureDev.Python Web Curso para aprender desarrollo web frontend con Python puro y Reflex desde cero Proyecto realizado durante emisiones en directo desde Twitch Si consideras útil el curso, apóyalo haciendo "★ Star" en el repositorio. ¡Gracias! Próxima Clase: 11/10/2023 ⏰ 20:00 (hora España) en directo desde Twitch 🌐 Consulta el horario por país y crea …
The Network Execution Tool 🚩 This is the open source repository of NetExec maintained by a community of passionate people NetExec - The Network Execution Tool This project was initially created in 2015 by @byt3bl33d3r, known as CrackMapExec. In 2019 @mpgn_x64 started maintaining the project for the next 4 years, adding a lot of great tools and features. In September 2023 he retired from maintaining the project. Along with many other contributers, we (NeffIsBack, Marshall-Hallenbeck, and zblu…
Hacktoberfest 2023 OPEN FIRST Pull Request - FREE T-SHIRT🎉HacktoberFest 2023 OPEN FIRST Pull Request 🎉 Contributors of Hacktoberfest 2023 This Project Is Perfect For Your First Pull Request 🗣 Hacktoberfest encourages participation in the open source community, which grows bigger every year. 📢 Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free DIGITAL-SWAGS 🔥. INSTRUCTIONS- Fork this Repository using the button at the top …
🐛 一个爬虫程序,整理了腾讯视频、爱奇艺、优酷、哔哩哔哩等视频网站中,能够观看的「豆瓣电影 Top250 榜单」影片。Where is top 250 movie ? 本仓库整理了腾讯视频、爱奇艺、优酷、哔哩哔哩等视频网站中,能够观看的「豆瓣电影 Top250 榜单」影片,点击 Badge 可跳转至相应的电影首页,👏 欢迎一同维护。 更新于 11/20/2021,每三个月手动维护一次,请持续关注。 电影列表 排名 电影名称 推荐语 相关链接 1 肖申克的救赎 希望让人自由。 2 霸王别姬 风华绝代。 3 阿甘正传 一部美国近现代史。 4 这个杀手不太冷 怪蜀黍和小萝莉不得不说的故事。 5 泰坦尼克号 失去的才是永恒的。 6 美丽人生 最美的谎言。 7 千与千寻 最好的宫崎骏,最好的久石让。 8 辛德勒的名单 拯救一个人,就是拯救整个世界。 9 盗梦空间 诺兰给了我们一场无法盗取的梦。 10 忠犬八公的故事 永远都不能忘记你所爱的人。 11 星际穿越 爱…
localpilot Use GitHub Copilot locally on your Macbook with one-click! Demo Video demo.mov This video is not sped up or slowed down. Installation First, open VS Code Settings and add the following to your settings.json file: "github.copilot.advanced": { "debug.testOverrideProxyUrl": "http://localhost:5001", "debug.overrideProxyUrl": "http://localhost:5001" } Create a virtualenv to run this Python process, in…
Starter Kit FPS This package includes a basic template for a first person shooter in Godot 4.1.1.stable.official. Includes features like; Character controller Weapons, switching weapons Enemies Sprites and 3D Models (CC0 licensed) Screenshot Controls Key Command W A S D Movement Spacebar Jump Left mouse button Shoot E Switch weapon License MIT License Copyright (c) 2023 Kenney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and a…
Efficient Streaming Language Models with Attention SinksEfficient Streaming Language Models with Attention Sinks [paper] streamingllm_demo.mp4 TL;DR We deploy LLMs for infinite-length inputs without sacrificing efficiency and performance. Abstract Deploying Large Language Models (LLMs) in streaming applications such as multi-round dialogue, where long interactions are expected, is urgently needed but poses two major challenges. Firstly, during the decoding …