Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.🎧 Ecoute Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also …
one-click deepfake (face swap)Take a video and replace the face in it with a face of your choice. You only need one image of the desired face. No dataset, no training. That's it, that's the software. You can watch some demos here. How do I install it? Note: The instructions may or may not work for you. Use google or look through issues people have created here to solve your problems. There are two types of installations: basic and gpu-powered. Basic: It is more likely to work on yo…
Come join the movement to make the world's best open source GPT led by H2O.ai - 100% private chat and document search, no data leaks, Apache 2.0h2oGPT h2oGPT is a large language model (LLM) fine-tuning framework and chatbot UI with document(s) question-answer capabilities. Documents help to ground LLMs against hallucinations by providing them context relevant to the instruction. h2oGPT is fully permissive Apache V2 open-source project for 100% private and secure use of LLMs and document embed…
秒传链接提取脚本, 使用typescript + webpack重构由于外部原因,项目永久停止维护
ImageBind One Embedding Space to Bind Them AllImageBind: One Embedding Space To Bind Them All FAIR, Meta AI Rohit Girdhar*, Alaaeldin El-Nouby*, Zhuang Liu, Mannat Singh, Kalyan Vasudev Alwala, Armand Joulin, Ishan Misra* To appear at CVPR 2023 (Highlighted paper) [Paper] [Blog] [Demo] [Supplementary Video] [BibTex] PyTorch implementation and pretrained models for ImageBind. For details, see the paper: ImageBind: One Embedding Space To Bind Them All. ImageBind learns a joint embedding across si…
一个通过将磁盘上所有 Electron 应用中相同文件硬链接到统一位置来减少磁盘占用的解决方案,就像 pnpm 一样。eaio (Electron All in One) 一个通过将磁盘上所有Electron应用中相同文件硬链接到统一位置来减少磁盘占用的解决方案,就像pnpm一样。 使用介绍 简体中文 原理 硬链接会将多个文件指向同一磁盘位置,使得多个相同的文件只占用一份空间。 Q&A Q: 为什么不用更优雅的软链接? A: 软链接状态下的electron.exe无法正确判断运行目录(如有解决方法欢迎讨论),且可能因为一些原因造成误删。 Q: 为什么不用electron命令行指定resources路径? A: 一些应用会在运行目录下放置额外的.exe或.dll文件,指定应用路径可能会造成应用无法找到这些文件。 Q: 只支持 Windows 吗? A: 其他系统暂未测试有效性,如本方案可用于其它系统,后续会支持。 注意事项 本工具会在执行link或check操作时,在目标应用所在的磁盘分区下创建.eaio仓库,用于存储硬链接的源文件,如无特殊情况请不要删…
Embeds text files into vectors, stores them on Pinecone, and enables semantic search using GPT3 and Langchain in a Next.js UILangchain, Pinecone, and GPT with Next.js - Full Stack Starter This is a basic starter project for building with the following tools and APIs: Next.js LangchainJS Pineceone Vector Database GPT3 When I started diving into all of this, I felt while I understood some of the individual pieces, it was hard to piece together everything into a cohesive project. I hope this pro…
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.localGPT This project was inspired by the original privateGPT (https://github.com/imartinez/privateGPT). Most of the description here is inspired by the original privateGPT. In this model, I have replaced the GPT4ALL model with Vicuna-7B model and we are using the InstructorEmbeddings instead of LlamaEmbeddings as used in the original privateGPT. Both Embeddings as well as LLM will run on…
Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022 Donut 🍩 : Document Understanding Transformer Official Implementation of Donut and SynthDoG | Paper | Slide | Poster Introduction Donut 🍩, Document understanding transformer, is a new method of document understanding that utilizes an OCR-free end-to-end Transformer model. Donut does not require off-the-shelf OCR engines/APIs, yet it shows state-of-the-art p…