471 skills found · Page 9 of 16
AvantMaker / ESP32 AI ConnectESP32_AI_Connect is an Arduino library that enables seamless integration between ESP32 and leading AI APIs (OpenAI, Gemini, Anthropic Claude, etc.). Designed for IoT projects, it provides a unified interface for AI-powered applications while optimizing for ESP32's memory constraints. Easily add AI to your ESP32 projects with just a few lines.
priyanka-prakash-chand / Micromouse E PuckAn extension of micro mouse on WEBOTS using the flood filled algorithm, A star, Dijkstra’s and Breadth first search algorithm for moving the E-puck robot from start to goal in an NxM sized maze whose map was unknown to the robot (mapping and path planning). Further, leveraged Error Correction for accurate turning and recursive Backtracking algorithm for Maze Generation
aliezzahn / Smallest NumberTo solve the problem of finding the smallest number that is a product of digits and divisible by a given target t, we need to consider the constraints and optimize both runtime and memory usage.
aliezzahn / Select Cells In Grid With Maximum ScoreTo solve the problem of selecting cells in a grid to maximize the score, we need to consider the constraints and optimize both runtime and memory usage. The problem can be approached using dynamic programming (DP) to efficiently compute the maximum score.
trigonak / Ssmpssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.
ndrwrbgs / FastLinqDrop-in-place Memory and Performance optimizations for LINQ
adamgallas / FireFly V1[TVLSI'23] This repository contains the source code for the paper "FireFly: A High-Throughput Hardware Accelerator for Spiking Neural Networks with Efficient DSP and Memory Optimization"
artifision / Live Charts Docker ExtensionLive Charts is a Docker extension that provides real-time graph visualization of CPU, Memory, Disk, and Network usage, enabling users to easily monitor and optimize their containerized environment.
ECRomaneli / HandbookHandbook is a versatile app designed to create small, movable, and easily concealable windows for quick use. Assist in managing RAM memory efficiently while providing quick access to essential information. With Handbook, users can seamlessly optimize their workflow by accessing necessary data without cluttering their screen space.
NikoNeugebauer / MOSLMemory Optimized Scripts Library
razluta / AnimationMemoryUsageInUnityA repository for the test project to research the different Memory usage of properly and improperly optimized animations.
baranacikgoz / NimbleMediatorSignificantly faster and memory optimized mediator implementation.
yousseftfifha / Groundwater Management Under Climate ChangeThis project aims to study the impact of climate change on groundwater level in Mornag plain in Tunisia. Indeed, in the last few decades, aquifers all over the world have experienced notable water level variability due to the spatiotemporal variability of rainfall and temperature. Therefore, for a reliable groundwater management under climate change context, it is mandatory to analyze and estimate its level variability. In this study, we focus on the plain of Mornag, located in the southeast of Tunisia, since it represents 33% of the national agricultural production. From this plain, we have collected historical piezometric and pluviometric data covering the period 2005-2017. Knowing the pluviometric data, our goal is to predict the piezometric one. This issue has been already studied using classical numerical groundwater modeling such as Modflow and Feflow. Despite unsatisfactory results, these techniques are data and time consuming. To overcome all these drawbacks, we propose to use two Artificial Intelligence (AI) approaches: the Extreme Gradient Boosting (XGBoost) approach, that has shown great performances in literature, and the well used one in our context which involves the use of Long-Short Term Memory (LSTM) Neural Network. For better results, we have added supplementary features to our dataset such as the cluster zone (zones with same characteristics) and the Standardized Precipitation Index (SPI) which can identify drought at different time scales. Both approaches have been executed entirely on GPU for time acceleration. Compared with traditional existing methods, they both have shown a high level of accuracy which confirms their adequacy for groundwater level forecasting. The proposed prediction models will be used for evaluating the repercussions of climate change on groundwater levels under the different scenarios RCP 4.5 and RCP 8.5 for the period of 2017-2090. It will be evaluated for three future periods: 2017-2040 (short term), 2041-2065 (medium term) and 2066-2090 (long term). The analysis of the future results using AI will be considered as a new Decision Support System used to optimize the management of our limited resources in order to satisfy the needs of the population in terms of drinking water and agriculture production.
joewing / MemsimMemory Simulator and Optimizer
CentML / Mist[EuroSys'25] Mist: Efficient Distributed Training of Large Language Models via Memory-Parallelism Co-Optimization
miolini / MapstoreMulticore optimized in-memory data store in Go
omerhalid / Real Time Market Data Feed Handler And Order Matching EngineHigh-Frequency Trading (HFT) order matching engine optimized for low latency. Features NUMA-aware memory allocation, thread pinning, RDTSC timestamps, lock-free SPSC queues, async logging, and UDP busy polling. Built with C++20 for Linux production environments.
fafalone / MemListMgrMemory List Manager
codecameo / SlushFlicksSlushFlicks has been built upon public APIs from IMDB. This application helps users to view trending, popular, upcoming and top-rated movies and Tv shows and their detailed information. Users can also search for a movie or Tv show. This app also cache data to support offline browsing. This is a personal project and the core objective of this project was to have hands-on experience on recent Android jetpack library components like navigation, paging and MVI architecture. In addition to this, Local unit testing is also being implemented in this project. Furthermore, worked on optimization by eliminating memory leaks and reducing gpu-overdraw.
robertklee / AudioEffectsProjectAudio Effects Circuit Design & Embedded Systems (STM32F407 microcontroller) Design Project. Goal: with an analog audio input, pitch shift or add echo effect and output to a speaker. Circuit: designed AC level shifting circuit, active bandpass filter, LED matrix display and DAC quantization error smoothing in KiCad; manufactured as a printed circuit board; soldered components and tested PCB. Embedded Systems: FFT to extract frequency domain; NVIC with timer-raised interrupts to service analog sampling, button debouncing, and image display on LED matrix; memory and clock cycle optimizations