Friends don't let friends make certain types of data visualization - What are they and why are they bad.Friends Don't Let Friends Make Bad Graphs Friends don't let friends make certain types of data visualization - What are they and why are they bad. Author: Chenxin Li, postdoctoral associate at Center for Applied Genetic Technologies, University of Georgia. Contact: Chenxin.Li@uga.edu | @ChenxinLi2 This is an opinionated essay about good and bad practices in data visualization. Exam…
Platform for creating interactive courses. Open-source alternative to create interactive courses like Duolingo. Learn more » Cloud . Roadmap . Community About this project Interactive learning is more effective than traditional methods. Learners remember 10% of what they hear, 20% of what they read but 80% of what they see and do. That's why 34 hours of Duolingo are equivalent to a full university semester of language education. We love Duolingo. We think …
Microsoft Fluent UI Blazor components library. For use with .NET 6.0 or higher Blazor applicationsMicrosoft Fluent UI Blazor components ⭐ We appreciate your star, it helps! This package is for use in .NET 8 Blazor projects. If you are using .NET 6 or 7, please use the v3 version f the package which is named Microsoft.Fast.Components.FluentUI Introduction The Microsoft.FluentUI.AspNetCore.Components package provides a set of Blazor components which are used to build applications that hav…
A batched offline inference oriented version of segment-anythingSegment anything ... Fast This work is based on a fork of https://github.com/facebookresearch/segment-anything The corresponding blog post is https://pytorch.org/blog/accelerating-generative-ai/ Installation Step 1 Get latest PyTorch nightly For example: pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121 Installation instructions vary by platform. Please see the website https…
A collection of real world AI/ML exploits for responsibly disclosed vulnerabilities AI Exploits The AI world has a security problem and it's not just in the inputs given to LLMs such as ChatGPT. Based on research done by Protect AI and independent security experts on the Huntr Bug Bounty Platform, there are far more impactful and practical attacks against the tools, libraries and frameworks used to build, train, and deploy machine learning models. Many of these attacks lead to complete …
Selfhosted alternative to 12ft.io. and 1ft.io bypass paywalls with a proxy ladder and remove CORS headers from any URL Ladder Ladder is a web proxy to help bypass paywalls. This is a selfhosted version of 1ft.io and 12ft.io. It is inspired by 13ft. Why Freedom of information is an essential pillar of democracy and informed decision-making. While media organizations have legitimate financial interests, it is crucial to strike a balance between profitability and the public's right…
Make it realMake Real Use this repo as a template to create Make Real style apps like makereal.tldraw.com. To get started: Use the template and clone your new repo to your computer Run npm install to install dependencies Get an OpenAI API key from platform.openai.com/api-keys. Make sure you are at least a Tier 1 API user, which means you have access to GPT-4 Vision. You can check your tier on the OpenAI API Limits. Create a .env.local file that contains OPENAI_API_KEY=your api key here Run npm…
Encodes a file into a video format to store on a cloud video hosting serviceA fun project showing a proof of concept I've thought about for a while. Since some video hosting services let you store unlimited videos, you can store infinite data if used correctly. This project uses lodepng, ffmpeg, and opencv2 to encode files into video format Video explanation: https://youtu.be/_w6PCHutmb4?si=J81z_G9hhyyJ-BBY
create-llama Projects Here's some fun projects created with the create-llama command. embedded-tables: This project builds an agent that can analyze different data items wtihin the 2021+2020 Tesla 10Q document, including embedded tables. multi-document-agent: This project builds an agent that can do advanced analysis/comparisons across multiple documents. It streams intermediate results as they come in.