Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgujerry committed Oct 21, 2024
2 parents 4e2d861 + 4f090c3 commit e09a476
Showing 1 changed file with 81 additions and 62 deletions.
143 changes: 81 additions & 62 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1189,9 +1189,9 @@ <h5 class="card-title mt-3"><a href="https://github.com/strawberry-graphql/straw

<hr class="my-4">

<!--Content Managment System-->
<div class="category" id="Content Managment System">
<h3 class="mt-4 display-6">Content Managment System</h3>
<!--Content Managment System (CMS)-->
<div class="category" id="Content Managment System (CMS)">
<h3 class="mt-4 display-6">Content Managment System (CMS)</h3>
<p>
Content Management System (CMS) frameworks in Python are software platforms designed to facilitate the creation,
management, and publication of digital content, making it easier for users to build and maintain websites
Expand Down Expand Up @@ -1351,13 +1351,13 @@ <h5 class="card-title">

</div>
</div>
<!--End of Content Managment System-->
<!--End of Content Managment System (CMS)-->

<hr class="my-4">

<!--ML, DL, & AI-->
<div class="category" id="ML,DL, & AI">
<h3 class="mt-4 display-6">ML, DL, & AI</h3>
<!--ML, DL, and AI-->
<div class="category" id="ML, DL, and AI">
<h3 class="mt-4 display-6">ML, DL, and AI</h3>
<p>
Python frameworks are exceptionally well-suited for machine learning (ML), deep learning (DL), and artificial intelligence (AI) applications.
Python's popularity in this domain is driven by its rich ecosystem of specialized
Expand Down Expand Up @@ -1493,23 +1493,24 @@ <h5 class="card-title"><a href="https://spark.apache.org/docs/latest/ml-guide.ht
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<div class="card-body text-center">
<a href="https://openai.com/" target="_blank">
<img class="card-img-top" src="static/image/logos/mindsdb.png" alt="mindsdb">
</a>
<figure class="p-3 mb-0">
<blockquote class="blockquote">
<p class="text-muted">
<a href="https://github.com/openai/openai-python" target="_blank">Build AI applications fast</a>
</p>
</blockquote>
</figure>
<p class="card-text">MindsDB's AI Virtual Database empowers developers to connect any AI/ML model to any datasource.</p>
</div>
</div>
</div>
</div>
</div>
<!--End of ML, DL, and AI-->

<hr class="my-4">

<!--LLM & Generative AI-->
<div class="category" id="LLM and Generative AI">
<h3 class="mt-4 display-6">LLM and Generative AI</h3>
<p>
Python frameworks for large language models (LLMs), generative AI, and AI agents
empower developers to create applications in text generation, image synthesis,
code generation, and more. Leveraging Python's vast library ecosystem
and its central role in LLM and Generative AI research, these tools simplify building,
orchestrating, deploying, and serving state-of-the-art models.
</p>

<div class="row grids mt-4" data-masonry='{"percentPosition": true }'>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
Expand Down Expand Up @@ -1564,6 +1565,24 @@ <h5 class="card-title"><a href="https://github.com/langfuse/langfuse" class="tex
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<div class="card-body text-center">
<a href="https://www.llamaindex.ai/" target="_blank">
<img class="card-img-top" src="static/image/logos/llamaindex.svg" alt="llamaindex">
</a>
<hr>
<p class="card-text">
<small>
<a href="https://github.com/run-llama/llama_index" target="_blank">LlamaIndex</a>
is a data framework for your LLM applications.
</small>
</p>
<p>Turn your enterprise data into production-ready LLM applications.</p>
</div>
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<a class="text-center p-2" href="https://superagi.com/" target="_blank">
Expand Down Expand Up @@ -1635,24 +1654,6 @@ <h2>
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<div class="card-body text-center">
<a href="https://www.llamaindex.ai/" target="_blank">
<img class="card-img-top" src="static/image/logos/llamaindex.svg" alt="llamaindex">
</a>
<hr>
<p class="card-text">
<small>
<a href="https://github.com/run-llama/llama_index" target="_blank">LlamaIndex</a>
is a data framework for your LLM applications.
</small>
</p>
<p>Turn your enterprise data into production-ready LLM applications.</p>
</div>
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<a class="text-center p-2" href="https://github.com/OpenBMB/ChatDev" target="_blank">
Expand All @@ -1674,15 +1675,33 @@ <h5 class="card-title"><a href="https://github.com/OpenBMB/ChatDev" class="text-
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<div class="card-body text-center">
<a href="https://mindsdb.com/" target="_blank">
<img class="card-img-top" src="static/image/logos/mindsdb.png" alt="mindsdb">
</a>
<figure class="p-3 mb-0">
<blockquote class="blockquote">
<p class="text-muted">
<a href="https://github.com/mindsdb/mindsdb" target="_blank">The platform for building AI from enterprise data.</a>
</p>
</blockquote>
</figure>
<p class="card-text">You can create, serve, and fine-tune models in real-time from your database, vector store, and application data.</p>
</div>
</div>
</div>

</div>
</div>
<!--End of ML, DL, & AI-->
<!--End of LLM & Generative AI-->

<hr class="my-4">

<!--Task Queues & Messages-->
<div class="category" id="Task Queues & Messaging">
<h3 class="mt-4 display-6">Task Queues & Messaging</h3>
<!--Task Queue and Messages-->
<div class="category" id="Task Queue and Messaging">
<h3 class="mt-4 display-6">Task Queue and Messaging</h3>
<p>
Python offers robust frameworks for task queues and messaging systems, facilitating the creation of scalable, asynchronous, and event-driven applications.
Python's extensive libraries for message handling and serialization, along with its readability and simplicity,
Expand Down Expand Up @@ -1807,13 +1826,13 @@ <h2 class="card-title"><a href="https://github.com/samuelcolvin/arq" target="_bl

</div>
</div>
<!--End of Task Queues & Messages-->
<!--End of Task Queue and Messaging-->

<hr class="my-4">

<!--Parallel & Distributed Computing-->
<div class="category" id="Parallel & Distributed Computing">
<h3 class="mt-4 display-6">Parallel & Distributed Computing</h3>
<!--Parallel and Distributed Computing-->
<div class="category" id="Parallel and Distributed Computing">
<h3 class="mt-4 display-6">Parallel and Distributed Computing</h3>
<p>
Python frameworks (including bindings) are often used to create applications that distribute workloads across multiple nodes or machines,
enabling parallel processing, task scheduling, and distributed data processing.
Expand Down Expand Up @@ -1909,9 +1928,9 @@ <h5 class="card-title"><a href="https://github.com/apache/spark/tree/master/pyth

<hr class="my-4">

<!--Workflow & Pipelines-->
<div class="category" id="Worflow & Pipelines">
<h3 class="mt-4 display-6">Workflow & Pipelines</h3>
<!--Workflow and Pipelines-->
<div class="category" id="Worflow and Pipelines">
<h3 class="mt-4 display-6">Workflow and Pipelines</h3>
<p>
Python provides abroad of frameworks and packages for workflow management, data pipelines, and job scheduling, making it a strong choice for data engineering and job automation.
Python's flexibility, rich ecosystem, and ease of use make it well-suited for developing and maintaining data pipelines and workflow automation systems.
Expand Down Expand Up @@ -2186,7 +2205,7 @@ <h3 class="text-end py-3">mara-pipelines</h3>

</div>
</div>
<!--End of Workflows & Pipeline-->
<!--End of Workflow and Pipelines-->

<hr class="my-4">

Expand Down Expand Up @@ -2557,9 +2576,9 @@ <h2 class="text-center">

<hr class="my-4">

<!--Web Crawling & Scraping-->
<div class="category" id="Web Crawling & Scraping">
<h3 class="mt-4 display-6">Web Crawling & Scraping</h3>
<!--Web Crawling and Scraping-->
<div class="category" id="Web Crawling and Scraping">
<h3 class="mt-4 display-6">Web Crawling and Scraping</h3>
<p>
Web crawling/scraping using Python frameworks is a highly effective approach for extracting data from websites and web-based sources.
Python offers powerful frameworks that streamline the web crawling/scraping and data acquisition process.
Expand Down Expand Up @@ -2724,13 +2743,13 @@ <h3>Gerapy</h3>

</div>
</div>
<!--End of Web Crawling & Scraping-->
<!--End of Web Crawling and Scraping-->

<hr class="my-4">

<!--GUI & TUI-->
<div class="category" id="GUI & TUI">
<h3 class="mt-4 display-6">GUI & TUI</h3>
<!--GUI and TUI-->
<div class="category" id="GUI and TUI">
<h3 class="mt-4 display-6">GUI and TUI</h3>
<p>
Python frameworks are an excellent choice for graphical user interface (GUI) and text-based user interface (TUI) development,
as they provide developers with versatile tools for creating cross-platform desktop applications.
Expand Down Expand Up @@ -3084,7 +3103,7 @@ <h3 class="text-center"><a href="https://github.com/urwid/urwid" target="_blank"

</div>
</div>
<!--End of GUI & GUI-->
<!--End of GUI and GUI-->

<hr class="my-4">

Expand Down

0 comments on commit e09a476

Please sign in to comment.