Effortlessly discover API behaviour with a Chrome extension that automatically generates OpenAPI specifications in real time for any app or website Effortlessly discover API behaviour with a Chrome extension that automatically generates OpenAPI specifications in real time for any app or website. Report Bug · Request Feature About The Project OpenAPI DevTools is a Chrome extension that generates OpenAPI specifications in real time from netw…
The open-source React.js Autonomous LLM AgentReactAgent - The open-source React.js Autonomous LLM Agent The open-source React.js Autonomous LLM Agent Watch Demo » Website · Watch Demo · Demo Code Example · Docs · Discord ReactAgent.-.The.open-source.React.js.LLM.Agent.-.Demo.mp4 📖 Introduction ReactAgent is an experimental autonomous agent that uses GPT-4 language mo…
Curso para aprender los fundamentos del lenguaje SQL y bases de datos relacionales desde cero y para principiantes. Elaborado durante las emisiones en directo desde Twitch de MoureDev.Hello SQL Curso para aprender los fundamentos del lenguaje SQL y bases de datos relacionales Proyecto realizado durante emisiones en directo desde Twitch Si consideras útil el curso, apóyalo haciendo "★ Star" en el repositorio. ¡Gracias! Próxima Clase: Martes 31/10/2023 ⏰ 20:00 (hora España) en direct…
Next version of roadmap.sh roadmap.sh Community driven roadmaps, articles and resources for developers Roadmaps are now interactive, you can click the nodes to read more about the topics. View all Roadmaps Here is the list of available roadmaps with more being actively worked upon. Frontend Roadmap Backend Roadmap DevOps Roadmap Computer Science Roadmap QA Roadmap Software Architect Roadmap Software Design and Arc…
Chat everything with your code repository, ask repository level code questions, and discuss your requirements. AI Scan and learning your code repository, provide you code repository level answer🧱 🧱 🧱 SolidGPT-Technology Business Boosting Framework 🚀 What’s this Chat everything with your code repository, ask repository level code questions, and discuss your requirements. AI scans and learns from your code to seek coding advice, develop coding plans, and generate a product requirement documents…
Clarity in the current fast-paced mess of Open Source innovation📘 The State of Open Source AI (2023 Edition) Clarity in the current fast-paced mess of Open Source innovation. This is the source repository for The State of Open Source AI ebook, a comprehensive guide exploring everything from model evaluations to deployment, and a great FOMO cure. Want to discuss any topics covered in the book? We have a dedicated channel (#book) on our Discord server. Contributing You can help keep the book up-…
Code repository for Zero123++: a Single Image to Consistent Multi-view Diffusion Base Model.Zero123++: a Single Image to Consistent Multi-view Diffusion Base Model Report Official Demo Demo by @yvrjsharma Google Colab Get Started You will need torch (recommended 2.0 or higher), diffusers (recommended 0.20.2), and transformers to start. If you are using torch 1.x, it is recommended to install xformers to compute attentions in the model efficiently. The code also runs on older versions of diffus…
The cutest Discord client modVencord The cutest Discord client mod Features Super easy to install (Download Installer, open, click install button, done) 100+ plugins built in: See a list Some highlights: SpotifyControls, MessageLogger, Experiments, GameActivityToggle, Translate, NoTrack, QuickReply, Free Emotes/Stickers, PermissionsViewer, CustomCommands, ShowHiddenChannels, PronounDB Fairly lightweight despite the many inbuilt plugins Excellent Browser Support: Run Vencord in your Browse…
A library that allows you to easily mock out tests based on AWS infrastructure.Moto - Mock AWS Services Install $ pip install 'moto[ec2,s3,all]' In a nutshell Moto is a library that allows your tests to easily mock out AWS Services. Imagine you have the following python code that you want to test: import boto3 class MyModel: def __init__(self, name, value): self.name = name self.value = value def save(self): s3 = boto3.client("s3", reg…