658 skills found · Page 4 of 22
insidesherpa / Shiptivitas 3Task 3 for the Learn how to work at a Y Combinator startup on InsideSherpa
CernyMW / Claude Code CommandsWork-flow for keeping Claude Code on task
goinggo / WorkImplements a dynamic work pool of goroutines to perform tasks.
DrSleep / DenseTorchAn easy-to-use wrapper for work with dense per-pixel tasks in PyTorch (including multi-task learning)
AmanSavaria1402 / TableNetTableNet: Deep Learning model for end-to-end Table Detection and Tabular data extraction from Scanned Data Images In modern times, more and more number of people are sharing their documents as photos taken from smartphones. A lot of these documents contain lots of information in one or more tables. These tables often contain very important information and extracting this information from the image is a task of utmost importance. In modern times, information extraction from these tables is done manually, which requires a lot of effort and time and hence is very inefficient. Therefore, having an end-to-end system that given only the document image, can recognize and localize the tabular region and also recognizing the table structure (columns) and then extract the textual information from the tabular region automatically will be of great help since it will make our work easier and much faster. TableNet is just that. It is an end-to-end deep learning model that can localize the tabular region in a document image, understand the table structure and extract text data from it given only the document image. Earlier state-of-the-art deep learning methods took the two problems, that is, table detection and table structure recognition (recognizing rows and columns in the table) as separate and treated them separately. However, given the interdependence of the two tasks, TableNet considers them as two related sub-problems and solves them using a single neural network. Thus, also making it relatively lightweight and less compute intensive solution.
devopshobbies / Devops GptAn AI-powered assistant that simplifies DevOps tasks with intelligent prompts, reducing repetitive work and enhancing productivity
jdsandifer / AutoLISPPrograms written to help drafters work faster and automate common tasks in AutoCAD. (Professional Experience)
myclabs / WorkWork queue library letting you run distributed tasks using a generic abstraction
itzzmerov / Coffee Shop WebsiteThis is the coffee shop website developed using HTML, CSS, JS, PHP, & MySQL. This website has "Add to Cart" and Chatbot functionality. It also has a login and register form.
mathurvishal / Institute Of Current Students PHP ProjectThe “Institute of Current Students” Website (web based application) is useful for the students, faculty, guest who likes to display result as well schedules of examination and all that task like event, news, students can find out list of fresh courses offered by them and admission procedure, discussion forum, fee structure etc. without going to institute. It provides the facility to the students or guest to have complete information about the institute. In this website, does not need to perform papers work likes to make result sheet on papers and then put on the notice board. But on this site just go to the database and update the result and other information. “Institute of Current Students” is a web enabled project with client server application. This website is an initiative to take all the academic and administrative processes of the Institute for IT backbone. This Project is purely web-based that can be accessed from any part of the world with the help of any standard web browser and a working internet connection. “Institute of Current Students” is an automation system which is used to store the information of Institute, faculty, student, exams, and results in the Institute database. Starting from registration of a new student in the institute, it maintains all the details regarding the details about the student and marks of the students. We can also call institute as “Institute Information Centre”. Institute Information Centre provides a solution of all problems in the form of easy to configure and use application by automating all the functionality. To make this website work successfully I shall be using some latest technology such as BOOTSTRAP FRAMEWORK for designing, PHP as the Development Platform and MYSQL as the Database Management environment.
CodeMonsterPHD / GaTector A Unified Framework For Gaze Object PredictionThis repository is the official implementation of GaTector, which studies the newly proposed task, gaze object prediction. In this work, we build a novel framework named GaTector to tackle the gaze object prediction problem in a unified way. Particularly, a specific-general-specific (SGS) feature extractor is firstly proposed to utilize a shared backbone to extract general features for both scene and head images. To better consider the specificity of inputs and tasks, SGS introduces two input-specific blocks before the shared backbone and three task-specific blocks after the shared backbone. Specifically, a novel defocus layer is designed to generate object-specific features for object detection task without losing information or requiring extra computations. Moreover, the energy aggregation loss is introduced to guide the gaze heatmap to concentrate on the stared box. In the end, we propose a novel mDAP metric that can reveal the difference between boxes even when they share no overlapping area. Extensive experiments on the GOO dataset verify the superiority of our method in all three tracks, i.e., object detection, gaze estimation, and gaze object prediction.
madhugb / Global Task Exchange ProtocolMicro organizations are becoming mainstream, people work with multiple organization to complete one project. All the task management systems fail in this case. Using GTEP you can exchange tasks like Email.
KartikLabhshetwar / DoableDoable is a modern, AI-powered task management platform designed for teams who want to ship faster and work smarter. Built with Next.js 15, React 19, and TypeScript, Doable combines the power of AI assistance with intuitive project management tools.
aws-solutions-library-samples / Guidance For Multi Agent Orchestration On AwsEnables developers to build, deploy, and manage multiple specialized agents that work together to tackle complex workflows. Each agent focuses on a specific task, breaks down processes into manageable steps, assigns tasks to the appropriate agents, and ensures accurate, and reliable outcomes.
scality / BackbeatZenko Backbeat is the core engine for asynchronous replication, optimized for queuing metadata updates and dispatching work to long-running tasks in the background.
clearview / RootspaceRootspace is an innovative and lightweight work management software that offers important features for projects that require online collaboration and task management.
mojivalipour / SymbolicgptSymbolic regression is the task of identifying a mathematical expression that best fits a provided dataset of input and output values. In this work, we present SymbolicGPT, a novel transformer-based language model for symbolic regression.
LiHongbo97 / Ros Formation And Obstacle AvoidanceThere is five robot in a formation who is doing its task. They can communicate with each other by a communication topology and correct their position. And they realized obstacle avoidance by using lidar in the method artificial potential field. These programs can work in ROS.
aleyan / DelaA task runner that delegates the work to other tools
emerbrito / ILMerge MSBuild TaskAdds ILMerge to Visual Studio 2013/2017 or automated builds. This Task is intended to work right out of the box however, it supports a configuration file where you can control every ILMerge property including the list of assemblies to be merged.