h2ogpt
Query and summarize your documents or just chat with local private GPT LLMs using h2oGPT, an Apache V2 open-source project.
Private offline database of any documents (PDFs, Excel, Word, Images, Code, Text, MarkDown, etc.)
Persistent database (Chroma, Weaviate, or in-memory FAISS) using accurate embeddings (instructor-large, all-MiniLM-L6-v2, etc.)
Efficient use of context using instruct-tuned LLMs (no need for LangChain's few-shot approach)
Upload and View documents via UI (control multiple collaborative or scratch collections)
UI or CLI with streaming of all models
Creator: h2oai
Stars: ⭐️ 5.8k
Forked by: 665
GitHub repo: https://github.com/h2oai/h2ogpt
#h2o #gpt
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Query and summarize your documents or just chat with local private GPT LLMs using h2oGPT, an Apache V2 open-source project.
Private offline database of any documents (PDFs, Excel, Word, Images, Code, Text, MarkDown, etc.)
Persistent database (Chroma, Weaviate, or in-memory FAISS) using accurate embeddings (instructor-large, all-MiniLM-L6-v2, etc.)
Efficient use of context using instruct-tuned LLMs (no need for LangChain's few-shot approach)
Upload and View documents via UI (control multiple collaborative or scratch collections)
UI or CLI with streaming of all models
Creator: h2oai
Stars: ⭐️ 5.8k
Forked by: 665
GitHub repo: https://github.com/h2oai/h2ogpt
#h2o #gpt
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - h2oai/h2ogpt: Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa…
Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://gpt-docs.h2o.ai/ - h2oai/h2...
❤1
generative-models
Generative Models by Stability AI
Creator: Stability AI
Stars: ⭐️ 6.1k
Forked by: 805
GitHub repo: https://github.com/Stability-AI/generative-models
#AI #Generative_AI #Models
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Generative Models by Stability AI
Creator: Stability AI
Stars: ⭐️ 6.1k
Forked by: 805
GitHub repo: https://github.com/Stability-AI/generative-models
#AI #Generative_AI #Models
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
❤2👍2
Text Generation Inference
Large Language Model Text Generation Inference
A Rust, Python and gRPC server for text generation inference. Used in production at HuggingFace to power Hugging Chat, the Inference API and Inference Endpoint.
Creator: Hugging Face
Stars: ⭐️ 3.7k
Forked by: 367
GitHub repo: https://github.com/huggingface/text-generation-inference
#Text #Generation #Interface
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Large Language Model Text Generation Inference
A Rust, Python and gRPC server for text generation inference. Used in production at HuggingFace to power Hugging Chat, the Inference API and Inference Endpoint.
Creator: Hugging Face
Stars: ⭐️ 3.7k
Forked by: 367
GitHub repo: https://github.com/huggingface/text-generation-inference
#Text #Generation #Interface
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - huggingface/text-generation-inference: Large Language Model Text Generation Inference
Large Language Model Text Generation Inference. Contribute to huggingface/text-generation-inference development by creating an account on GitHub.
👍2
fsociety
fsociety Hacking Tools Pack – A Penetration Testing Framework
A Penetration Testing Framework, you will have every noscript that a hacker needs. Works with Python 2. For a Python 3 version see our updated version at fsociety-team/fsociety.
Creator: Manis DJEMMANE
Stars: ⭐️ 9.1k
Forked by: 1.9k
GitHub repo: https://github.com/Manisso/fsociety
#fsociety
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
fsociety Hacking Tools Pack – A Penetration Testing Framework
A Penetration Testing Framework, you will have every noscript that a hacker needs. Works with Python 2. For a Python 3 version see our updated version at fsociety-team/fsociety.
Creator: Manis DJEMMANE
Stars: ⭐️ 9.1k
Forked by: 1.9k
GitHub repo: https://github.com/Manisso/fsociety
#fsociety
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - Manisso/fsociety: fsociety Hacking Tools Pack – A Penetration Testing Framework
fsociety Hacking Tools Pack – A Penetration Testing Framework - Manisso/fsociety
❤2👍2
lpython
LPython is a Python compiler. It is in heavy development, currently in alpha stage. LPython works on Windows, macOS and Linux. Some of the goals of LPython include:
The best possible performance for numerical, array-oriented code
Run on all platforms
Compile a subset of Python yet be fully compatible with Python
Explore designs so that LPython eventually can compile all Python code
Fast compilation
Excellent user-friendly diagnostic messages: error, warnings, hints, notes, etc.
Ahead-of-Time compilation to binaries, plus interactive usage (Jupyter notebook)
Transforming Python code to C++, Fortran and other languages
Creator: lcompilers
Stars: ⭐️ 841
Forked by: 98
GitHub repo: https://github.com/lcompilers/lpython
#ipython
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
LPython is a Python compiler. It is in heavy development, currently in alpha stage. LPython works on Windows, macOS and Linux. Some of the goals of LPython include:
The best possible performance for numerical, array-oriented code
Run on all platforms
Compile a subset of Python yet be fully compatible with Python
Explore designs so that LPython eventually can compile all Python code
Fast compilation
Excellent user-friendly diagnostic messages: error, warnings, hints, notes, etc.
Ahead-of-Time compilation to binaries, plus interactive usage (Jupyter notebook)
Transforming Python code to C++, Fortran and other languages
Creator: lcompilers
Stars: ⭐️ 841
Forked by: 98
GitHub repo: https://github.com/lcompilers/lpython
#ipython
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - lcompilers/lpython: Python compiler
Python compiler. Contribute to lcompilers/lpython development by creating an account on GitHub.
👍2❤1
sky pilot
SkyPilot is a framework for running LLMs, AI, and batch jobs on any cloud, offering maximum cost savings, highest GPU availability, and managed execution.
Creator: skypilot-org
Stars: ⭐️ 3.3k
Forked by: 202
GitHub repo: https://github.com/skypilot-org/skypilot
#skypilot
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
SkyPilot is a framework for running LLMs, AI, and batch jobs on any cloud, offering maximum cost savings, highest GPU availability, and managed execution.
Creator: skypilot-org
Stars: ⭐️ 3.3k
Forked by: 202
GitHub repo: https://github.com/skypilot-org/skypilot
#skypilot
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - skypilot-org/skypilot: Run, manage, and scale AI workloads on any AI infrastructure. Use one system to access & manage…
Run, manage, and scale AI workloads on any AI infrastructure. Use one system to access & manage all AI compute (Kubernetes, 20+ clouds, or on-prem). - skypilot-org/skypilot
❤1
Python Data Science Handbook
Python Data Science Handbook: full text in Jupyter Notebooks. This repository contains the entire Python Data Science Handbook, in the form of (free!) Jupyter notebooks.
Creator: Jake Vanderplas
Stars⭐️: 39k
Fork: 17.1K
Repo: https://github.com/jakevdp/PythonDataScienceHandbook
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
Python Data Science Handbook: full text in Jupyter Notebooks. This repository contains the entire Python Data Science Handbook, in the form of (free!) Jupyter notebooks.
Creator: Jake Vanderplas
Stars⭐️: 39k
Fork: 17.1K
Repo: https://github.com/jakevdp/PythonDataScienceHandbook
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - jakevdp/PythonDataScienceHandbook: Python Data Science Handbook: full text in Jupyter Notebooks
Python Data Science Handbook: full text in Jupyter Notebooks - jakevdp/PythonDataScienceHandbook
❤3
candle
Minimalist ML framework for Rust
Candle is a minimalist ML framework for Rust with a focus on easiness of use and on performance (including GPU support).
Creator: Hugging Face
Stars: ⭐️ 3k
Forked by: 86
GitHub repo: https://github.com/huggingface/candle
#candle
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Minimalist ML framework for Rust
Candle is a minimalist ML framework for Rust with a focus on easiness of use and on performance (including GPU support).
Creator: Hugging Face
Stars: ⭐️ 3k
Forked by: 86
GitHub repo: https://github.com/huggingface/candle
#candle
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - huggingface/candle: Minimalist ML framework for Rust
Minimalist ML framework for Rust. Contribute to huggingface/candle development by creating an account on GitHub.
MetaGPT
MetaGPT takes a one line requirement as input and outputs user stories / competitive analysis / requirements / data structures / APIs / documents, etc.
Internally, MetaGPT includes product managers / architects / project managers / engineers. It provides the entire process of a software company along with carefully orchestrated SOPs.
Creator: geekan
Stars: ⭐️ 19.2k
Forked by: 2.1k
GitHub repo: https://github.com/geekan/MetaGPT
#metagpt
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
MetaGPT takes a one line requirement as input and outputs user stories / competitive analysis / requirements / data structures / APIs / documents, etc.
Internally, MetaGPT includes product managers / architects / project managers / engineers. It provides the entire process of a software company along with carefully orchestrated SOPs.
Creator: geekan
Stars: ⭐️ 19.2k
Forked by: 2.1k
GitHub repo: https://github.com/geekan/MetaGPT
#metagpt
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - FoundationAgents/MetaGPT: 🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming - FoundationAgents/MetaGPT
❤1
incus
Incus is a modern, secure and powerful system container and virtual machine manager.
It provides a unified experience for running and managing full Linux systems inside containers or virtual machines. Incus supports images for a large number of Linux distributions (official Ubuntu images and images provided by the community) and is built around a very powerful, yet pretty simple, REST API. Incus scales from one instance on a single machine to a cluster in a full data center rack, making it suitable for running workloads both for development and in production.
Incus allows you to easily set up a system that feels like a small private cloud. You can run any type of workload in an efficient way while keeping your resources optimized.
Creator: Linux container projects
Stars: ⭐️ 811
Forked by: 46
GitHub repo: https://github.com/lxc/incus
#incus
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Incus is a modern, secure and powerful system container and virtual machine manager.
It provides a unified experience for running and managing full Linux systems inside containers or virtual machines. Incus supports images for a large number of Linux distributions (official Ubuntu images and images provided by the community) and is built around a very powerful, yet pretty simple, REST API. Incus scales from one instance on a single machine to a cluster in a full data center rack, making it suitable for running workloads both for development and in production.
Incus allows you to easily set up a system that feels like a small private cloud. You can run any type of workload in an efficient way while keeping your resources optimized.
Creator: Linux container projects
Stars: ⭐️ 811
Forked by: 46
GitHub repo: https://github.com/lxc/incus
#incus
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - lxc/incus: Powerful system container and virtual machine manager
Powerful system container and virtual machine manager - GitHub - lxc/incus: Powerful system container and virtual machine manager
👍1
commerce
Next.js Commerce
A Next.js 13 and App Router-ready ecommerce template featuring:
Next.js App Router
Optimized for SEO using Next.js's Metadata
React Server Components (RSCs) and Suspense
Server Actions for mutations
Edge Runtime
New fetching and caching paradigms
Dynamic OG images
Styling with Tailwind CSS
Checkout and payments with Shopify
Automatic light/dark mode based on system settings
Creator: vercel
Stars: ⭐️ 8.4k
Forked by: 2.9k
GitHub repo: https://github.com/vercel/commerce
#commerce #nextjs
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Next.js Commerce
A Next.js 13 and App Router-ready ecommerce template featuring:
Next.js App Router
Optimized for SEO using Next.js's Metadata
React Server Components (RSCs) and Suspense
Server Actions for mutations
Edge Runtime
New fetching and caching paradigms
Dynamic OG images
Styling with Tailwind CSS
Checkout and payments with Shopify
Automatic light/dark mode based on system settings
Creator: vercel
Stars: ⭐️ 8.4k
Forked by: 2.9k
GitHub repo: https://github.com/vercel/commerce
#commerce #nextjs
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - vercel/commerce: Next.js Commerce
Next.js Commerce. Contribute to vercel/commerce development by creating an account on GitHub.
typenoscript-tutorial
typenoscript tutorials
Creator: wangdoc
Stars: ⭐️ 1.2k
Forked by: 81
GitHub repo: https://github.com/wangdoc/typenoscript-tutorial
#typenoscript
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
typenoscript tutorials
Creator: wangdoc
Stars: ⭐️ 1.2k
Forked by: 81
GitHub repo: https://github.com/wangdoc/typenoscript-tutorial
#typenoscript
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - wangdoc/typenoscript-tutorial: TypeScript 教程
TypeScript 教程. Contribute to wangdoc/typenoscript-tutorial development by creating an account on GitHub.
❤🔥1👍1
project-based-learning
Curated list of project-based tutorials
A list of programming tutorials in which aspiring software developers learn how to build an application from scratch. These tutorials are divided into different primary programming languages. Tutorials may involve multiple technologies and languages.
Creator: practical-tutorials
Stars: ⭐️ 114k
Forked by: 15.9k
GitHub repo: https://github.com/practical-tutorials/project-based-learning
#peoject_based_learning
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Curated list of project-based tutorials
A list of programming tutorials in which aspiring software developers learn how to build an application from scratch. These tutorials are divided into different primary programming languages. Tutorials may involve multiple technologies and languages.
Creator: practical-tutorials
Stars: ⭐️ 114k
Forked by: 15.9k
GitHub repo: https://github.com/practical-tutorials/project-based-learning
#peoject_based_learning
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - practical-tutorials/project-based-learning: Curated list of project-based tutorials
Curated list of project-based tutorials. Contribute to practical-tutorials/project-based-learning development by creating an account on GitHub.
❤1🔥1
cypress
Fast, easy and reliable testing for anything that runs in a browser.
Creator: Cypress.io
Stars: ⭐️ 44.6k
Forked by: 3k
GitHub repo: https://github.com/cypress-io/cypress
#cypress
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Fast, easy and reliable testing for anything that runs in a browser.
Creator: Cypress.io
Stars: ⭐️ 44.6k
Forked by: 3k
GitHub repo: https://github.com/cypress-io/cypress
#cypress
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - cypress-io/cypress: Fast, easy and reliable testing for anything that runs in a browser.
Fast, easy and reliable testing for anything that runs in a browser. - cypress-io/cypress
frappe
Low code web framework for real world applications, in Python and Javanoscript
Creator: frappe
Stars: ⭐️ 5.7k
Forked by: 2.8k
GitHub repo: https://github.com/frappe/frappe
#frappe
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Low code web framework for real world applications, in Python and Javanoscript
Creator: frappe
Stars: ⭐️ 5.7k
Forked by: 2.8k
GitHub repo: https://github.com/frappe/frappe
#frappe
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javanoscript
Low code web framework for real world applications, in Python and Javanoscript - frappe/frappe
Web-Dev-For-Beginners
Learn the fundamentals of JavaScript, CSS, and HTML with our comprehensive 12-week course, brought to you by Microsoft Cloud Advocates. Each of the 24 lessons includes pre- and post-lesson quizzes, detailed written instructions, solutions, assignments, and much more. With a project-based approach to learning, our curriculum is designed to help you develop practical skills through hands-on building. Enhance your skills and optimize your knowledge retention with our effective project-based pedagogy.
Creator: Microsoft
Stars: ⭐️ 74.6k
Forked by: 11.6k
GitHub repo: https://github.com/microsoft/Web-Dev-For-Beginners
#web #development
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Learn the fundamentals of JavaScript, CSS, and HTML with our comprehensive 12-week course, brought to you by Microsoft Cloud Advocates. Each of the 24 lessons includes pre- and post-lesson quizzes, detailed written instructions, solutions, assignments, and much more. With a project-based approach to learning, our curriculum is designed to help you develop practical skills through hands-on building. Enhance your skills and optimize your knowledge retention with our effective project-based pedagogy.
Creator: Microsoft
Stars: ⭐️ 74.6k
Forked by: 11.6k
GitHub repo: https://github.com/microsoft/Web-Dev-For-Beginners
#web #development
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - microsoft/Web-Dev-For-Beginners: 24 Lessons, 12 Weeks, Get Started as a Web Developer
24 Lessons, 12 Weeks, Get Started as a Web Developer - microsoft/Web-Dev-For-Beginners
😁3
first-contributions
This project aims to simplify and guide the way beginners make their first contribution. Help beginners to contribute to open source projects
Creator: first-contributions
Stars: ⭐️ 36.8k
Forked by: 63.5k
GitHub repo: https://github.com/firstcontributions/first-contributions
#open_source
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
This project aims to simplify and guide the way beginners make their first contribution. Help beginners to contribute to open source projects
Creator: first-contributions
Stars: ⭐️ 36.8k
Forked by: 63.5k
GitHub repo: https://github.com/firstcontributions/first-contributions
#open_source
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - firstcontributions/first-contributions: 🚀✨ Help beginners to contribute to open source projects
🚀✨ Help beginners to contribute to open source projects - firstcontributions/first-contributions
UI
Beautifully designed components built with Radix UI and Tailwind CSS.
Creator: shadcn-ui
Stars: ⭐️ 27.7k
Forked by: 1.3k
GitHub repo: https://github.com/shadcn-ui/ui
#ui
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Beautifully designed components built with Radix UI and Tailwind CSS.
Creator: shadcn-ui
Stars: ⭐️ 27.7k
Forked by: 1.3k
GitHub repo: https://github.com/shadcn-ui/ui
#ui
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - shadcn-ui/ui: A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite…
A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code. - shadcn-ui/ui
🔥1🥰1
mapbox-gl-js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Creator: mapbox
Stars: ⭐️ 10.1k
Forked by: 2.1k
GitHub repo: https://github.com/mapbox/mapbox-gl-js
#mapbox
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Creator: mapbox
Stars: ⭐️ 10.1k
Forked by: 2.1k
GitHub repo: https://github.com/mapbox/mapbox-gl-js
#mapbox
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - mapbox/mapbox-gl-js: Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL - mapbox/mapbox-gl-js
👍1👎1
Do you enjoy reading this channel?
Perhaps you have thought about placing ads on it?
To do this, follow three simple steps:
1) Sign up: https://telega.io/c/github_repositories_bds
2) Top up the balance in a convenient way
3) Create an advertising post
If the topic of your post fits our channel, we will publish it with pleasure.
Perhaps you have thought about placing ads on it?
To do this, follow three simple steps:
1) Sign up: https://telega.io/c/github_repositories_bds
2) Top up the balance in a convenient way
3) Create an advertising post
If the topic of your post fits our channel, we will publish it with pleasure.
❤3
Chat Dev
Create Customized Software using Natural Language Idea (through Multi-Agent Collaboration). ChatDev stands as a virtual software company that operates through various intelligent agents holding different roles, including Chief Executive Officer, Chief Technology Officer, Programmer, Tester, and more. These agents form a multi-agent organizational structure and are united by a mission to "revolutionize the digital world through programming." The agents within ChatDev collaborate by participating in specialized functional seminars, including tasks such as designing, coding, testing, and documenting.
The primary objective of ChatDev is to offer an easy-to-use, highly customizable and extendable framework, which is based on large language models (LLMs) and serves as an ideal scenario for studying collective intelligence.
Creator: OpenBMB
Stars: ⭐️ 2.5k
Forked by: 205
GitHub repo: https://github.com/OpenBMB/ChatDev
#chatdev
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
Create Customized Software using Natural Language Idea (through Multi-Agent Collaboration). ChatDev stands as a virtual software company that operates through various intelligent agents holding different roles, including Chief Executive Officer, Chief Technology Officer, Programmer, Tester, and more. These agents form a multi-agent organizational structure and are united by a mission to "revolutionize the digital world through programming." The agents within ChatDev collaborate by participating in specialized functional seminars, including tasks such as designing, coding, testing, and documenting.
The primary objective of ChatDev is to offer an easy-to-use, highly customizable and extendable framework, which is based on large language models (LLMs) and serves as an ideal scenario for studying collective intelligence.
Creator: OpenBMB
Stars: ⭐️ 2.5k
Forked by: 205
GitHub repo: https://github.com/OpenBMB/ChatDev
#chatdev
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - OpenBMB/ChatDev: Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)
Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration) - OpenBMB/ChatDev
👍1