milaan9 /
92_Python_Games
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
81/100 healthLoading repository data…
Pihu-s148 / repository
This repository contains Python scripts and Jupyter Notebooks for developing AI Agents, including multi-agent collaboration using frameworks like LangGraph and Crew AI.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains implementations of various AI Agent architectures, including:
✅ Multi AI Agents for Kaggle tasks.
✅ Langgraph AI Agents for structured AI workflows.
✅ Crew AI for team-based agent collaboration.
These AI agents utilize Python and Jupyter Notebooks to demonstrate advanced multi-agent coordination and problem-solving.
CODES-AI-Agents/
│-- CODES/
│ ├── MULTI-AI-AGENT/
│ │ ├── Multi_AI_Agent_Kaggle.ipynb
│ │ ├── multi_ai_agent_kaggle.py
│ ├── Langgraph Agents/
│ │ ├── Example_Langraph_AI_Agents.ipynb
│ │ ├── example_langraph_ai_agents.py
│ │ ├── Langraph_AI_Agents.ipynb
│ │ ├── langraph_ai_agents.py
│ ├── CREW AI/
│ │ ├── Crew_AI.ipynb
│ │ ├── crew_ai.py
│-- README.md
### 📄 *Files Description*
| File Name | Description |
+----------------------------------+------------------------------------------------------------------------------+
| Multi_AI_Agent_Kaggle.ipynb | Jupyter notebook demonstrating Multi AI Agents for Kaggle. |
| multi_ai_agent_kaggle.py | Python script implementing Multi AI Agents for Kaggle tasks. |
| Example_Langraph_AI_Agents.ipynb | Example Jupyter notebook for Langgraph AI Agents. |
| example_langraph_ai_agents.py | Python script with Langgraph AI agent examples. |
| Langraph_AI_Agents.ipynb | Jupyter notebook for Langgraph AI agent experiments. |
| langraph_ai_agents.py | Python script implementing Langgraph AI Agents. |
| Crew_AI.ipynb | Jupyter notebook for Crew AI agent implementation. |
| crew_ai.py | Python script implementing Crew AI. |
| README.md | Documentation for repository structure and usage. |
---
Before running the code, install the following dependencies:
sh git clone https://github.com/your-username/CODES-AI-Agents.git cd CODES-AI-Agents/CODES
To explore AI agents in an interactive environment:
sh
jupyter notebook
Then, open any of the notebooks and execute the cells.
To execute agent scripts, use:
sh
python path/to/script.py
For example:
sh
python MULTI-AI-AGENT/multi_ai_agent_kaggle.py
This repository is useful for:
✅ Understanding AI Agent Architectures – Hands-on experience with *Multi AI Agents, **Langgraph AI, and *Crew AI.
✅ Building and Testing AI Workflows – Creating structured AI systems for collaboration and automation.
✅ Developing AI-powered applications – Extending these agents for real-world use cases.
This project is licensed under the MIT License – see the LICENSE file for details.
We welcome contributions! If you’d like to improve this project:
For any questions or suggestions, feel free to reach out:
📧 Email: your.email@example.com
🔗 LinkedIn: Your LinkedIn Profile
Selected from shared topics, language and repository description—not editorial ratings.
milaan9 /
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
81/100 healthjanblechschmidt /
This repository contains a number of Jupyter Notebooks illustrating different approaches to solve partial differential equations by means of neural networks using TensorFlow.
80/100 healthintegrativebioinformatics /
This repository contains scNotebooks, a collection of interactive Jupyter and Google Colab notebooks designed to teach and practice single‑cell and spatial transcriptomics. The notebooks guide learners through the complete workflow from introductory steps and single‑cell pipelines to diverse analytical approaches, and FAIR and sharing data
dipanjanS /
This repository will contain the presentation and python jupyter notebooks for the DataHack Summit 2024 conference talk, Improving Real-world Retrieval Augmented Generation Systems, focusing on the key challenges and practical solutions of how to solve them
69/100 healthlaxmimerit /
This repository contains implementations of Retrieval-Augmented Generation (RAG) in Jupyter notebooks. It includes examples of building chatbots with and without history, processing PDFs with RAG, and using DeepSeek models for local RAG and financial document analysis.
62/100 healthStephanRhode /
This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering
58/100 health