All Projects → Smashbot → Similar Projects or Alternatives

505 Open source projects that are alternatives of or similar to Smashbot

Unity3d Ai And Procedural Generation Framework
Unity3D AI and Procedural Generation Framework.
Stars: ✭ 58 (-87.61%)
Mutual labels:  ai, video-game
Nlpia
Examples and libraries for "Natural Language Processing in Action" book
Stars: ✭ 416 (-11.11%)
Mutual labels:  ai
Differentiable Plasticity
Implementations of the algorithms described in Differentiable plasticity: training plastic networks with gradient descent, a research paper from Uber AI Labs.
Stars: ✭ 371 (-20.73%)
Mutual labels:  ai
Vespa
The open big data serving engine. https://vespa.ai
Stars: ✭ 3,747 (+700.64%)
Mutual labels:  ai
Movement Tracking
UP - DOWN - LEFT - RIGHT movement tracking.
Stars: ✭ 379 (-19.02%)
Mutual labels:  ai
Model server
A scalable inference server for models optimized with OpenVINO™
Stars: ✭ 431 (-7.91%)
Mutual labels:  ai
Interpret
Fit interpretable models. Explain blackbox machine learning.
Stars: ✭ 4,352 (+829.91%)
Mutual labels:  ai
React Native Vision Camera
📸 The Camera library that sees the vision.
Stars: ✭ 443 (-5.34%)
Mutual labels:  ai
Kglib
Grakn Knowledge Graph Library (ML R&D)
Stars: ✭ 405 (-13.46%)
Mutual labels:  ai
Vangers
The video game that combines elements of the racing and role-playing genres.
Stars: ✭ 339 (-27.56%)
Mutual labels:  video-game
Nnstreamer
🔀 Neural Network (NN) Streamer, Stream Processing Paradigm for Neural Network Apps/Devices.
Stars: ✭ 329 (-29.7%)
Mutual labels:  ai
Sourcery
Refactor Python using AI. ⭐ this repo and Sourcery Starbot will send you a PR
Stars: ✭ 372 (-20.51%)
Mutual labels:  ai
Pokemon Font
GAME BOY font from Pokémon R/G/B/Y/G/S/C, Unicode extended.
Stars: ✭ 437 (-6.62%)
Mutual labels:  video-game
Capsnet Visualization
🎆 A visualization of the CapsNet layers to better understand how it works
Stars: ✭ 371 (-20.73%)
Mutual labels:  ai
Tensor House
A collection of reference machine learning and optimization models for enterprise operations: marketing, pricing, supply chain
Stars: ✭ 449 (-4.06%)
Mutual labels:  ai
Max Image Resolution Enhancer
Upscale an image by a factor of 4, while generating photo-realistic details.
Stars: ✭ 361 (-22.86%)
Mutual labels:  ai
Roro
roro is a free, open-source robotic process automation software written in C# and Blazor WebAssembly
Stars: ✭ 422 (-9.83%)
Mutual labels:  ai
Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (-23.29%)
Mutual labels:  ai
Youka Desktop
The Best Karaoke Maker
Stars: ✭ 458 (-2.14%)
Mutual labels:  ai
Intelligo
🤖 Chatbot Framework for Node.js.
Stars: ✭ 347 (-25.85%)
Mutual labels:  ai
Submarine
Submarine is Cloud Native Machine Learning Platform.
Stars: ✭ 416 (-11.11%)
Mutual labels:  ai
Fluid Behavior Tree
Behavior trees for Unity3D projects. Written with a code driven approach on the builder pattern.
Stars: ✭ 334 (-28.63%)
Mutual labels:  ai
Pwnagotchi
(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning.
Stars: ✭ 4,678 (+899.57%)
Mutual labels:  ai
Whatlang Rs
Natural language detection library for Rust. Try demo online: https://www.greyblake.com/whatlang/
Stars: ✭ 400 (-14.53%)
Mutual labels:  ai
Tensorflow Resources
Curated Tensorflow code resources to help you get started with Deep Learning.
Stars: ✭ 330 (-29.49%)
Mutual labels:  ai
Maixpy scripts
micropython scripts for MaixPy
Stars: ✭ 326 (-30.34%)
Mutual labels:  ai
Convnetsharp
Deep Learning in C#
Stars: ✭ 390 (-16.67%)
Mutual labels:  ai
Sqlflow
Brings SQL and AI together.
Stars: ✭ 4,412 (+842.74%)
Mutual labels:  ai
Bigdl
Building Large-Scale AI Applications for Distributed Big Data
Stars: ✭ 3,813 (+714.74%)
Mutual labels:  ai
Caer
High-performance Vision library in Python. Scale your research, not boilerplate.
Stars: ✭ 452 (-3.42%)
Mutual labels:  ai
W.i.l.l
A python written personal assistant
Stars: ✭ 377 (-19.44%)
Mutual labels:  ai
Awesome Feature Engineering
A curated list of resources dedicated to Feature Engineering Techniques for Machine Learning
Stars: ✭ 433 (-7.48%)
Mutual labels:  ai
The Math Of Intelligence
List of resources & possible pathway for the Math of Machine Learning and AI.
Stars: ✭ 370 (-20.94%)
Mutual labels:  ai
Vector Python Sdk
Anki Vector Python SDK
Stars: ✭ 462 (-1.28%)
Mutual labels:  ai
Cs Wiki
🎉 致力打造完善的 Java 后端知识体系,不仅仅帮助各位小伙伴快速且系统的准备面试,更指引学习的方向
Stars: ✭ 369 (-21.15%)
Mutual labels:  ai
Ruby Fann
Ruby library for interfacing with FANN (Fast Artificial Neural Network)
Stars: ✭ 425 (-9.19%)
Mutual labels:  ai
Torch2coreml
Torch7 -> CoreML
Stars: ✭ 363 (-22.44%)
Mutual labels:  ai
Awesome Artificial Intelligence Guidelines
This repository aims to map the ecosystem of artificial intelligence guidelines, principles, codes of ethics, standards, regulation and beyond.
Stars: ✭ 449 (-4.06%)
Mutual labels:  ai
Machinelearning Deeplearning Nlp Leetcode Statisticallearningmethod Tensorflow
最近在学习机器学习,深度学习,自然语言处理,统计学习方法等知识,理论学习主要根据readme的链接,在学习理论的同时,决定自己将学习的相关算法用Python实现一遍,并结合GitHub上相关大牛的代码进行改进,本项目会不断的更新相关算法,欢迎star,fork和关注。 主要包括: 1.吴恩达Andrew Ng老师的机器学习课程作业个人笔记 Python实现, 2.deeplearning.ai(吴恩达老师的深度学习课程笔记及资源) Python实现, 3.李航《统计学习方法》 Python代码实现, 4.自然语言处理NLP 牛津大学xDeepMind Python代码实现, 5.LeetCode刷题,题析,分析心得笔记 Java和Python代码实现, 6.TensorFlow人工智能实践代码笔记 北京大学曹健老师课程和TensorFlow:实战Google深度学习框架(第二版) Python代码实现, 附带一些个人心得和笔记。GitHub上有很多机器学习课程的代码资源,我也准备自己实现一下,后续会更新笔记,代码和百度云网盘链接。 这个项目主要是学习算法的,并且会不断更新相关资源和代码,欢迎关注,star,fork! Min's blog 欢迎访问我的博客主页! (Welcome to my blog website !)https://liweimin1996.github.io/
Stars: ✭ 359 (-23.29%)
Mutual labels:  ai
Aigames
use AI to play some games.
Stars: ✭ 422 (-9.83%)
Mutual labels:  ai
Rivescript Js
A RiveScript interpreter for JavaScript. RiveScript is a scripting language for chatterbots.
Stars: ✭ 350 (-25.21%)
Mutual labels:  ai
Cookiecutter Data Science
A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
Stars: ✭ 5,271 (+1026.28%)
Mutual labels:  ai
Devops Roadmap
DevOps methodology & roadmap for a devops developer in 2019. Interesting books to learn new technologies.
Stars: ✭ 349 (-25.43%)
Mutual labels:  ai
Eyeballer
Convolutional neural network for analyzing pentest screenshots
Stars: ✭ 416 (-11.11%)
Mutual labels:  ai
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (-26.92%)
Mutual labels:  ai
Spacy
💫 Industrial-strength Natural Language Processing (NLP) in Python
Stars: ✭ 21,978 (+4596.15%)
Mutual labels:  ai
Autoscraper
A Smart, Automatic, Fast and Lightweight Web Scraper for Python
Stars: ✭ 4,077 (+771.15%)
Mutual labels:  ai
Screeps
Artificial intelligence for screeps
Stars: ✭ 407 (-13.03%)
Mutual labels:  ai
Supervisely
AI for everyone! 🎉 Neural networks, tools and a library we use in Supervisely
Stars: ✭ 332 (-29.06%)
Mutual labels:  ai
Awesome Mlops
A curated list of references for MLOps
Stars: ✭ 7,119 (+1421.15%)
Mutual labels:  ai
Chatbot
An AI Based Chatbot [DEPRECATED]
Stars: ✭ 332 (-29.06%)
Mutual labels:  ai
Tagui
Free RPA tool by AI Singapore
Stars: ✭ 4,257 (+809.62%)
Mutual labels:  ai
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (-30.34%)
Mutual labels:  ai
Ai competitions
AI比赛相关信息汇总
Stars: ✭ 443 (-5.34%)
Mutual labels:  ai
Pikachu Volleyball
Pikachu Volleyball implemented into JavaScript by reverse engineering the original game
Stars: ✭ 324 (-30.77%)
Mutual labels:  video-game
Katrain
Improve your Baduk skills by training with KataGo!
Stars: ✭ 390 (-16.67%)
Mutual labels:  ai
Godot 2d Space Game
A 2D space exploration and mining game made with Godot and our AI framework
Stars: ✭ 462 (-1.28%)
Mutual labels:  ai
Fastocloud
Self-hosted IPTV/NVR/CCTV/Video service (Community version)
Stars: ✭ 464 (-0.85%)
Mutual labels:  ai
Commandcenter
Starcraft AI Bot
Stars: ✭ 456 (-2.56%)
Mutual labels:  ai
Metaflow
🚀 Build and manage real-life data science projects with ease!
Stars: ✭ 5,108 (+991.45%)
Mutual labels:  ai
1-60 of 505 similar projects