جستجوی ریپازیتوری‌های کد

نام پکیج، لینک گیت‌هاب، زبان، یا کلمات کلیدی را جستجو کنید

صفحه 611 از 818

yzimhao / trading_engine

Go
Go开发的金融证券交易所系统
298 Star 78 Fork 833.9 KB Updated 2 months ago

viettranx / micro-clean-architecture-service-demo

Go
A demo microservice with Clean Architecture in practice
298 Star 104 Fork 481.9 KB Updated 2 months ago

ReactTraining / react-workshop

TypeScript
The course material for our React Hooks workshop
298 Star 149 Fork 8.6 MB Updated 2 months ago

bringking / react-web-animation

JavaScript
React components for the Web Animations API - http://react-web-animation.surge.sh
298 Star 25 Fork 3.4 MB Updated 2 months ago
A cross-platform markdown editor.
298 Star 17 Fork 880.1 KB Updated 2 months ago

yui540 / satella.io

CoffeeScript
イラストに「命」を吹き込むソフトウェア
298 Star 21 Fork 7.1 MB Updated 2 months ago

Scrawk / GPU-GEMS-3D-Fluid-Simulation

C#
3D fluid simulation on the in Unity
298 Star 40 Fork 74.9 KB Updated 2 months ago

schelotto / Wasserstein-AutoEncoders

Python
PyTorch implementation of Wasserstein Auto-Encoders
298 Star 25 Fork 22.1 MB Updated 2 months ago

thiagooo0 / lmnplayer

Makefile
完整版的ijkplayer,现在自己改一下
298 Star 113 Fork 187.9 MB Updated 2 months ago

jorgenkg / python-neural-network

Python
This is an efficient implementation of a fully connected neural network in NumPy. The network can be trained by a variety of learning algorithms: backpropagation, resilient backpropagation and scaled conjugate gradient learning. The network has been developed with PYPY in mind.
298 Star 95 Fork 45.7 KB Updated 2 months ago

btcven / locha

Communicate with others and broadcast Bitcoin transactions off-grid without internet access or even power grid.
298 Star 39 Fork 14.3 MB Updated 2 months ago
blog base on express,co,mongoose,react,redux,react-router...
298 Star 57 Fork 5.9 MB Updated 2 months ago

wxa-component / wxa-comp-canvas-drag

JavaScript
小程序组件-canvas拖拽组件
298 Star 77 Fork 4.9 MB Updated 2 months ago

leswright1977 / PyThermalCamera

Python
Python Software to use the Topdon TC001 Thermal Camera on Linux and the Raspberry Pi
298 Star 68 Fork 2.2 MB Updated 2 months ago

langchain-ai / rag-research-agent-template

Python
298 Star 71 Fork 554.3 KB Updated 2 months ago

grafana / postman-to-k6

JavaScript
Converts Postman collections to k6 script code
297 Star 50 Fork 319.0 KB Updated 2 months ago

ZhangBlossom / BlossomGateway

Java
基于Netty、Nacos实现的网关以及RPC。学习完毕当前项目可以帮助你深入理解Netty。
297 Star 39 Fork 1.8 MB Updated 2 months ago

nelhage / rules_boost

C++
bazel build rules to use boost in bazel projects
297 Star 237 Fork 56.5 KB Updated 2 months ago

adrianhajdin / food_ordering

TypeScript
Food Delivery app built with React Native, TypeScript, and Tailwind CSS. Featuring Google Auth, smart search, cart, and smooth navigation, with Appwrite handling the backend and storage.
297 Star 148 Fork 4.4 MB Updated 2 months ago

cyberchitta / llm-context.py

Python
Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks (like code review and documentation). Includes smart code outlining.
297 Star 22 Fork 195.3 KB Updated 2 months ago

PurpleHorrorRus / Meridius

Музыкальный плеер для социальной сети VK
297 Star 6 Fork 28.2 MB Updated 2 months ago

qq386232894 / h5-editor

Vue
一款模仿易企秀制作的编辑器
297 Star 103 Fork 2.7 MB Updated 2 months ago

Hex27 / TerraformGenerator

Java
World generation augmenter
297 Star 49 Fork 5.1 MB Updated 2 months ago

dhvanikotak / Emotion-Detection-in-Videos

Python
The aim of this work is to recognize the six emotions (happiness, sadness, disgust, surprise, fear and anger) based on human facial expressions extracted from videos. To achieve this, we are considering people of different ethnicity, age and gender where each one of them reacts very different when they express their emotions. We collected a data set of 149 videos that included short videos from both, females and males, expressing each of the the emotions described before. The data set was built by students and each of them recorded a video expressing all the emotions with no directions or instructions at all. Some videos included more body parts than others. In other cases, videos have objects in the background an even different light setups. We wanted this to be as general as possible with no restrictions at all, so it could be a very good indicator of our main goal. The code detect_faces.py just detects faces from the video and we saved this video in the dimension 240x320. Using this algorithm creates shaky videos. Thus we then stabilized all videos. This can be done via a code or online free stabilizers are also available. After which we used the stabilized videos and ran it through code emotion_classification_videos_faces.py. in the code we developed a method to extract features based on histogram of dense optical flows (HOF) and we used a support vector machine (SVM) classifier to tackle the recognition problem. For each video at each frame we extracted optical flows. Optical flows measure the motion relative to an observer between two frames at each point of them. Therefore, at each point in the image you will have two values that describes the vector representing the motion between the two frames: the magnitude and the angle. In our case, since videos have a resolution of 240x320, each frame will have a feature descriptor of dimensions 240x320x2. So, the final video descriptor will have a dimension of #framesx240x320x2. In order to make a video comparable to other inputs (because inputs of different length will not be comparable with each other), we need to somehow find a way to summarize the video into a single descriptor. We achieve this by calculating a histogram of the optical flows. This is, separate the extracted flows into categories and count the number of flows for each category. In more details, we split the scene into a grid of s by s bins (10 in this case) in order to record the location of each feature, and then categorized the direction of the flow as one of the 8 different motion directions considered in this problem. After this, we count for each direction the number of flows occurring in each direction bin. Finally, we end up with an s by s by 8 bins descriptor per each frame. Now, the summarizing step for each video could be the average of the histograms in each grid (average pooling method) or we could just pick the maximum value of the histograms by grid throughout all the frames on a video (max pooling For the classification process, we used support vector machine (SVM) with a non linear kernel classifier, discussed in class, to recognize the new facial expressions. We also considered a Naïve Bayes classifier, but it is widely known that svm outperforms the last method in the computer vision field. A confusion matrix can be made to plot results better.
297 Star 112 Fork 7.0 KB Updated 2 months ago
the black magic Discord framework 🧙‍♂️
297 Star 43 Fork 684.7 KB Updated 2 months ago

willdurand / BazingaHateoasBundle

PHP
Integration of the Hateoas library into Symfony.
297 Star 64 Fork 27.7 KB Updated 2 months ago

nucypher / pyUmbral

Python
NuCypher's reference implementation of Umbral (threshold proxy re-encryption) using OpenSSL and Cryptography.io
297 Star 69 Fork 202.2 KB Updated 2 months ago

iammukeshm / CustomUserManagement.MVC

C#
Let’s go in-depth and understand the functionalities you can achieve with the help of Microsoft Identity. We will build a small yet practical implementation of Custom User Management in ASP.NET Core MVC with Identity.
297 Star 86 Fork 1.0 MB Updated 2 months ago

redianmarku / instagram-follower-scraper

Python
A python script that can automatically scrape other people followers on instagram and save them in a txt file.
297 Star 93 Fork 18.6 KB Updated 2 months ago

TP-Lab / tp-android

JavaScript
tp android open source project
297 Star 96 Fork 3.1 MB Updated 2 months ago
Git Logo

با اپلیکیشن گیت، تجربه‌ای سریع‌تر و بهتر داشته باشید!

Git Logoدانلود اپلیکیشن گیت

دریافت اپلیکیشن دریافت اپلیکیشن