#Project
Showing 60 of 94 repositories tagged #project, ranked by stars
Curated list of project-based tutorials
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.
Make a cascading timeline from markdown-like text. Supports simple American/European date styles, ISO8601, images, links, locations, and more.
企业级的 Go 语言实战项目:认证和授权系统(带配套课程)
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Projects for security students
A curated list of cybersecurity tools and resources.
🔥 《Go 程序员宝典》:go 基础语法,go 并发模式,go runtime 实现原理 ,企业级 go 语言项目经验。
:speaker: Websocket project based on vue(基于vue2.0的实时聊天项目)
编程导航 AI + 微服务全栈新项目,基于 Spring Boot 3 + LangChain4j 的大厂 AI 应用生成平台,支持多种模式的智能代码生成、可视化编辑预览、一键部署分享、应用管理、AI 智能路由等。覆盖 AI 智能体开发、LangGraph4j 工作流、Tool Calling、SSE、Vue 3 全栈开发、Spring Cloud 微服务架构、MySQL / Redis / COS / Caffeine 存储、Nginx、多种设计模式、ARMS + Prometheus + Grafana 监控、Cursor Vibe Coding 等核心技术。 用一套教程掌握大厂级 AI 智能体开发+前后端核心技术,成为 AI 时代企业的香饽饽,给你的简历增加竞争力
A collection of popular Data Science Challenges/Competitions || Countdown timers to keep track of the entry deadlines.
Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]
The most comprehensive SQL guide from a real-world expert! Learn everything from basics to advanced queries, optimizations, and real-world SQL
awesome typescript open source projects, includes IDE, Framework, Library, Tool
A 100-day challenge exploring IoT and embedded systems using ESP32, ESP8266, and Raspberry Pi Pico with MicroPython. Each day covers a new sensor or module with complete code, circuit diagram, and explanation.
A curated list of applied machine learning and data science notebooks and libraries across different industries.
The project focuses on Tracking missing people. We are using Image processing and Machine learning along with Postgres Database.
MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.
This is a Repository where different types of Front - End Projects are present. If you have any front end project then you can contribute to this open source repository.
A clean and production-ready project template for building Go microservices with Kratos.
:dizzy: A TUI file manager built for projects
Teamvision软件工程协作工具
🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
a simple plugin to manage workspace directories in neovim
🤵 BMM - Your Personal Bookmark Manager | 你的专属书签管家
Get Best Resources on every Domain here!
Sentry Project Setup Wizard
Turn your facial expression into an emoji
A basic CLI for regularly updating your project's status
The project is a college prediction system with a login page and predictor system. The project works on HTML, CSS, PHP, MySQL on Apache server using XAMPP.
Machine learning beginner to Kaggle competitor in 30 days. Non-coders welcome. The program starts Monday, August 2, and lasts four weeks. It's designed for people who want to learn machine learning.
A powerful cross-platform project templating tool.
An Electrifying Build System
编程导航 2025 年 AI + 全栈新项目,基于 Spring Boot 3 + LangChain4j + Vue 3 构建的程序员技术练兵场平台,检验程序员水平。支持 AI 生成关卡、薪资动态评估、拖拽式答题、个性化学习建议、面试题推荐等核心功能。覆盖 AI Agent、LangChain4j、AI 大模型、MySQL / Redis 存储、MyBatis Plus、Knife4j 接口文档、Markdown 和 Mermaid 图表渲染、工具调用等核心技术。帮程序员提升技术广度和薪资水平,给简历增加竞争力。
E-commerce App using NEXTJS 13 , TypeScript , SWR , Redux toolkit , Mongoose , react hook forms
Tutorial repo for an end-to-end Data Science project
see live demo of chatbot. follow the link
Terminal based project management solution
✅ Command-line tool to manage Todo lists
💡 An offline Flutter todo list app using Dart & SQLite Database with notification reminders & latest UI designs.
使用 Objective-C 搭建的快速开发 App 的 MVVM + MVC 架构,打造一个快速开发 App 的通配性框架,经过少量修改即可适配多种后台模式,快速搭建 UI,对网络模块进行自定义缓存配置。对每个请求可自由操作,对类似 form 表单界面进行精确控制。
Automatic UAC-Bypassing for custom payloads during privilege escalation testing
This automation provides the ability to automate issues and pull requests related to Github Projects (ProjectV2 / Beta). If the issue or pull request is not attached to a project, it is automatically added to the project and its desired column. In addition to status automation, this automation also supports custom field management.
🍎👩🏫 Collection of Demos for THREE.js in Expo!
Pybot can change the way learners try to learn python programming language in a more interactive way. This chatbot will try to solve or provide answer to almost every python related issues or queries that the user is asking for. We are implementing NLP for improving the efficiency of the chatbot. We will include voice feature for more interactivity to the user. By utilizing NLP, developers can organize and structure knowledge to perform tasks such as automatic summarization, translation, named entity recognition, relationship extraction, sentiment analysis, speech recognition, and topic segmentation. NLTK has been called “a wonderful tool for teaching and working in, computational linguistics using Python,” and “an amazing library to play with natural language.The main issue with text data is that it is all in text format (strings). However, the Machine learning algorithms need some sort of numerical feature vector in order to perform the task. So before we start with any NLP project we need to pre-process it to make it ideal for working. Converting the entire text into uppercase or lowercase, so that the algorithm does not treat the same words in different cases as different Tokenization is just the term used to describe the process of converting the normal text strings into a list of tokens i.e words that we actually want. Sentence tokenizer can be used to find the list of sentences and Word tokenizer can be used to find the list of words in strings.Removing Noise i.e everything that isn’t in a standard number or letter.Removing Stop words. Sometimes, some extremely common words which would appear to be of little value in helping select documents matching a user need are excluded from the vocabulary entirely. These words are called stop words.Stemming is the process of reducing inflected (or sometimes derived) words to their stem, base or root form — generally a written word form. Example if we were to stem the following words: “Stems”, “Stemming”, “Stemmed”, “and Stemtization”, the result would be a single word “stem”. A slight variant of stemming is lemmatization. The major difference between these is, that, stemming can often create non-existent words, whereas lemmas are actual words. So, your root stem, meaning the word you end up with, is not something you can just look up in a dictionary, but you can look up a lemma. Examples of Lemmatization are that “run” is a base form for words like “running” or “ran” or that the word “better” and “good” are in the same lemma so they are considered the same.
Shows how to keep front end and back end separated
a mcp server to manage github project's functionality
¡Tu viaje comienza ahora! by @roxsross
Indian Number Plate Recognition System built using OpenCV
(project & tutorial) dag pipeline tests + ci/cd setup
Steganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection; the secret data is then extracted at its destination.
An operator providing a multi tenancy solution which allows DevOps teams to request a context for their project, which we like to call a 'Project as a service', e.a. Paas.
USB controlled OLED Display
Welcome, to this Open Source Repository regarding FREE ARTIFICIAL INTELLIGENCE RESOURCE. Get Benefit from the free resources mention & kindly five STAR & FORK this so that it can get maximum Fame so that Everyone can take advantage.
Productivity tool for populating an IAR Embedded Workbench project
Project Templates extension for VSCode
This Repo consists of implementing First order motion model for making Deep Fakes. It is referenced from a video on youtube by Two Minute Papers about Deep Fakes. The code given by @AliaksandrSiarohin
A python tool to detect if a person is wearing a mask or not in real-time using deep learning techniques. It works with images, videos, and real-time videos as well.