2024.10.13 Github Latest AI Repos
openai-swarm-node
Swarm.js is a Node.js implementation of OpenAI’s experimental Swarm framework. This SDK allows developers to orchestrate multi-agent systems using OpenAI’s API in a lightweight and ergonomic way, while leveraging Node.js for building scalable, real-world applications.
WritingTools
A better version of Apple's Intelligent Writing Tools, for Windows — the world's smartest system-wide grammar assistant. Completely free and uses the Gemini API.
handbook
A guide to Ultralytics' mission, vision, values, and practices, providing key insights and resources for aligning with our goals.
unknown-arts-ai
Github companion to the Unknown Arts newsletter
robot_freedom_ai
This is the RobotFreedom.com's AI and robotics platform
Degrees-Of-Separation-Finding-The-Shortest-Path-AI
Degrees is a Python program that determines how many degrees of separation exist between two actors. The concept is based on the popular "Six Degrees of Kevin Bacon" game, which posits that any two actors can be connected through their movie roles in six steps or fewer.
TicTacToe-AI-with-Minimax
This project implements an AI that plays Tic-Tac-Toe optimally using the Minimax algorithm. The AI is designed to never lose when played against, as Tic-Tac-Toe, when played optimally by both players, always results in a tie. The project includes a graphical interface for easy interaction.
DPT---model
This repository contains the theory and code of DPT - model.
Minesweeper-AI-Agent-Using-Propositional-Logic
In this project, an AI agent that plays Minesweeper was implemented, utilizing propositional logic to make informed decisions about which cells to click.
AI-PageRank-Web-Ranking
This project implements the PageRank algorithm, used to rank web pages by their importance. The algorithm simulates a random surfer who randomly clicks on links on web pages, and over time, determines which pages are more likely to be visited.
stable-diffusion-bypass
a version of stable diffusion, which hides all types of image generation history, using the ngrok service, "cheating" google colab
robot_freedom_motion_control
The Arduino code from the robot_freedom robots
Knights-and-Knaves-Logic-Puzzle-Solver-AI
This project is a Python-based solver for Knights and Knaves logic puzzles, based on the classic puzzles by Raymond Smullyan. In these puzzles, each character is either a knight, who always tells the truth, or a knave, who always lies.
prefect-ray-agent
Guide to agentic workflow automation, leveraging the power of Ray and PREFECT to automate complex workflows. It includes detailed discussions on the role of agents, the application of Large Language Models (LLMs), and the advantages of using Ray + PREFECT for scalability and performance.
PlantDiseaseDetection
Leveraging deep learning for plant disease detection to enhance crop health and optimize agricultural practices.
AI-Crossword-Puzzle-Generator
This project is an AI-based crossword puzzle generator using Python 3.12. The AI solves constraint satisfaction problems (CSP) to generate complete crossword puzzles based on a given structure and a set of words.
ScriptumAI
RAG Application ScriptumAI is an advanced Retrieval-Augmented Generation platform designed for document ingestion, semantic search, and query processing.
Heredity-Genetic-Trait-Prediction-Using-Bayesian-Networks-AI
This project aims to implement an AI that assesses the likelihood of a person having a particular genetic trait based on their family history. The trait in question is modeled using a Bayesian Network.