Skip to content

Commit e253767

Browse files
committed
markdown table conversion
1 parent 175efb4 commit e253767

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

README.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -73,33 +73,39 @@ A curated list of 100+ resources to help you become a Generative AI Data Scienti
7373

7474
# Awesome Real-World AI Use Cases
7575

76-
- 🚀🚀 [AI-Powered Data Science Team In Python](https://github.com/business-science/ai-data-science-team): An AI-powered data science team of copilots that uses agents to help you perform common data science tasks 10X faster. [Apps](https://github.com/business-science/ai-data-science-team/tree/master/apps) | [Examples](https://github.com/business-science/ai-data-science-team/tree/master/examples) | [Github](https://github.com/business-science/ai-data-science-team)
77-
- 🚀 [Awesome LLM Apps](https://github.com/Shubhamsaboo/awesome-llm-apps): LLM RAG AI Apps with Step-By-Step Tutorials
78-
- [AI Hedge Fund](https://github.com/virattt/ai-hedge-fund): Proof of concept for an AI-powered hedge fund
79-
- [AI Financial Agent](https://github.com/virattt/ai-financial-agent): A financial agent for investment research
80-
- [Strutured Report Generation (LangGraph)](https://www.youtube.com/watch?v=E04rFNtwFcA): How to build an agent that can orchestrate the end-to-end process of report planning, web research, and writing. We show that this agent can produce reports of varying and easily configurable format. [Video](https://www.youtube.com/watch?v=E04rFNtwFcA) | [Blog](https://blog.langchain.dev/structured-report-generation-blueprint/) | [Code](https://github.com/langchain-ai/langchain-nvidia/blob/main/cookbook/structured_report_generation.ipynb)
81-
- [Uber QueryGPT](https://www.uber.com/en-TW/blog/query-gpt/): Uber's QueryGPT uses large language models (LLM), vector databases, and similarity search to generate complex queries from English (Natural Language) questions that are provided by the user as input. The tool enhances the productivity of engineers, operations managers, and data scientists at Uber.
82-
- [Nir Diamant GenAI Agents Hub](https://github.com/NirDiamant/GenAI_Agents): Tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive AI systems. [GitHub](https://github.com/NirDiamant/GenAI_Agents)
83-
- [AI Engineering Hub](https://github.com/patchy631/ai-engineering-hub/tree/main): Real-world AI agent applications, LLM and RAG tutorials, with examples to implement. [GitHub](https://github.com/patchy631/ai-engineering-hub/tree/main)
84-
- [StockChat](https://github.com/clchinkc/stockchat): An open source alternative to Perplexity Finance [GitHub](https://github.com/clchinkc/stockchat)
76+
| **Project** | **Description** | **Links** |
77+
|-------------|------------------|-----------|
78+
| 🚀🚀 [AI-Powered Data Science Team In Python](https://github.com/business-science/ai-data-science-team) | An AI-powered data science team of copilots that uses agents to help you perform common data science tasks 10X faster. | [Apps](https://github.com/business-science/ai-data-science-team/tree/master/apps) \| [Examples](https://github.com/business-science/ai-data-science-team/tree/master/examples) \| [GitHub](https://github.com/business-science/ai-data-science-team) |
79+
| 🚀 [Awesome LLM Apps](https://github.com/Shubhamsaboo/awesome-llm-apps) | LLM RAG AI Apps with Step-By-Step Tutorials. | [GitHub](https://github.com/Shubhamsaboo/awesome-llm-apps) |
80+
| [AI Hedge Fund](https://github.com/virattt/ai-hedge-fund) | Proof of concept for an AI-powered hedge fund. | [GitHub](https://github.com/virattt/ai-hedge-fund) |
81+
| [AI Financial Agent](https://github.com/virattt/ai-financial-agent) | A financial agent for investment research. | [GitHub](https://github.com/virattt/ai-financial-agent) |
82+
| [Structured Report Generation (LangGraph)](https://www.youtube.com/watch?v=E04rFNtwFcA) | How to build an agent that can orchestrate the end-to-end process of report planning, web research, and writing. Produces reports of varying and easily configurable formats. | [Video](https://www.youtube.com/watch?v=E04rFNtwFcA) \| [Blog](https://blog.langchain.dev/structured-report-generation-blueprint/) \| [Code](https://github.com/langchain-ai/langchain-nvidia/blob/main/cookbook/structured_report_generation.ipynb) |
83+
| [Uber QueryGPT](https://www.uber.com/en-TW/blog/query-gpt/) | Uber's QueryGPT uses large language models (LLM), vector databases, and similarity search to generate complex queries from English (Natural Language) questions, enhancing productivity for engineers, operations managers, and data scientists. | [Blog](https://www.uber.com/en-TW/blog/query-gpt/) |
84+
| [Nir Diamant GenAI Agents Hub](https://github.com/NirDiamant/GenAI_Agents) | Tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. A comprehensive guide for building intelligent, interactive AI systems. | [GitHub](https://github.com/NirDiamant/GenAI_Agents) |
85+
| [AI Engineering Hub](https://github.com/patchy631/ai-engineering-hub/tree/main) | Real-world AI agent applications, LLM and RAG tutorials, with examples to implement. | [GitHub](https://github.com/patchy631/ai-engineering-hub/tree/main) |
86+
| [StockChat](https://github.com/clchinkc/stockchat) | An open-source alternative to Perplexity Finance. | [GitHub](https://github.com/clchinkc/stockchat) |
8587

8688
# Python Libraries
8789

8890
## Data Science and Machine Learning
8991

90-
- 🚀🚀 [Best of ML Python](https://github.com/ml-tooling/best-of-ml-python): A ranked list of awesome machine learning Python libraries. Updated weekly.
91-
- 🚀🚀 [Awesome Python Data Science](https://krzjoa.github.io/awesome-python-data-science/#/): Probably the best curated list of data science software in Python [GitHub](https://github.com/krzjoa/awesome-python-data-science)
92+
| **Project** | **Description** | **Links** |
93+
|-------------|------------------|-----------|
94+
| 🚀🚀 [Best of ML Python](https://github.com/ml-tooling/best-of-ml-python) | A ranked list of awesome machine learning Python libraries. Updated weekly. | [GitHub](https://github.com/ml-tooling/best-of-ml-python) |
95+
| 🚀🚀 [Awesome Python Data Science](https://krzjoa.github.io/awesome-python-data-science/#/) | Probably the best curated list of data science software in Python. | [GitHub](https://github.com/krzjoa/awesome-python-data-science) |
9296

9397
## Data Science And AI Agents
9498

95-
- 🚀🚀 [AI Data Science Team In Python](https://github.com/business-science/ai-data-science-team): AI Agents to help you perform common data science tasks 10X faster. [Apps](https://github.com/business-science/ai-data-science-team/tree/master/apps) | [Examples](https://github.com/business-science/ai-data-science-team/tree/master/examples) | [Github](https://github.com/business-science/ai-data-science-team)
96-
- 🚀 [PandasAI](https://pandas-ai.com/): Open Source AI Agents for Data Analysis. [Documentation](https://docs.pandas-ai.com/) | [Github](https://github.com/sinaptik-ai/pandas-ai)
97-
- [Microsoft Data Formulator](https://github.com/microsoft/data-formulator): Transform data and create rich visualizations iteratively with AI 🪄. [Paper](https://arxiv.org/abs/2408.16119) | [GitHub](https://github.com/microsoft/data-formulator)
98-
- [Jupyter Agent](https://huggingface.co/spaces/data-agents/jupyter-agent): Let a LLM agent write and execute code inside a notebook
99-
- [Jupyter AI](https://github.com/jupyterlab/jupyter-ai): A generative AI extension for JupyterLab [Documentation](https://jupyter-ai.readthedocs.io/en/latest/)
100-
- [WrenAI](https://getwren.ai/oss): Open-source GenBI AI Agent. Text2SQL made Easy! [Documentation](https://docs.getwren.ai/oss/overview/introduction) | [GitHub](https://github.com/Canner/WrenAI)
101-
- [Google GenAI Toolbox for Databases](https://googleapis.github.io/genai-toolbox/getting-started/introduction/): Gen AI Toolbox for Databases is an open-source server that makes it easier to build Gen AI tools for interacting with databases. [Blog](https://cloud.google.com/blog/products/ai-machine-learning/announcing-gen-ai-toolbox-for-databases-get-started-today) | [Documentation](https://googleapis.github.io/genai-toolbox/getting-started/introduction/) | [GitHub](https://github.com/googleapis/genai-toolbox)
102-
- [Vanna AI](https://vanna.ai/): The fastest way to get actionable insights from your SQL database just by asking questions [Documentation](https://vanna.ai/docs/) | [GitHub](https://github.com/vanna-ai/vanna)
99+
| **Project** | **Description** | **Links** |
100+
|-------------|------------------|-----------|
101+
| 🚀🚀 [AI Data Science Team In Python](https://github.com/business-science/ai-data-science-team) | AI Agents to help you perform common data science tasks 10X faster. | [Apps](https://github.com/business-science/ai-data-science-team/tree/master/apps) \| [Examples](https://github.com/business-science/ai-data-science-team/tree/master/examples) \| [GitHub](https://github.com/business-science/ai-data-science-team) |
102+
| 🚀 [PandasAI](https://pandas-ai.com/) | Open Source AI Agents for Data Analysis. | [Documentation](https://docs.pandas-ai.com/) \| [GitHub](https://github.com/sinaptik-ai/pandas-ai) |
103+
| [Microsoft Data Formulator](https://github.com/microsoft/data-formulator) | Transform data and create rich visualizations iteratively with AI 🪄. | [Paper](https://arxiv.org/abs/2408.16119) \| [GitHub](https://github.com/microsoft/data-formulator) |
104+
| [Jupyter Agent](https://huggingface.co/spaces/data-agents/jupyter-agent) | Let a LLM agent write and execute code inside a notebook. | [Hugging Face](https://huggingface.co/spaces/data-agents/jupyter-agent) |
105+
| [Jupyter AI](https://github.com/jupyterlab/jupyter-ai) | A generative AI extension for JupyterLab. | [Documentation](https://jupyter-ai.readthedocs.io/en/latest/) \| [GitHub](https://github.com/jupyterlab/jupyter-ai) |
106+
| [WrenAI](https://getwren.ai/oss) | Open-source GenBI AI Agent. Text2SQL made Easy! | [Documentation](https://docs.getwren.ai/oss/overview/introduction) \| [GitHub](https://github.com/Canner/WrenAI) |
107+
| [Google GenAI Toolbox for Databases](https://googleapis.github.io/genai-toolbox/getting-started/introduction/) | Gen AI Toolbox for Databases is an open-source server that makes it easier to build Gen AI tools for interacting with databases. | [Blog](https://cloud.google.com/blog/products/ai-machine-learning/announcing-gen-ai-toolbox-for-databases-get-started-today) \| [Documentation](https://googleapis.github.io/genai-toolbox/getting-started/introduction/) \| [GitHub](https://github.com/googleapis/genai-toolbox) |
108+
| [Vanna AI](https://vanna.ai/) | The fastest way to get actionable insights from your SQL database just by asking questions. | [Documentation](https://vanna.ai/docs/) \| [GitHub](https://github.com/vanna-ai/vanna) |
103109

104110
## Coding Agents
105111

0 commit comments

Comments
 (0)