An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: academic-project

jclark-14/wgups-routing-system

Fully automated, constraint-driven solution to the NP-hard TSP, featuring dynamic package loading with no hardcoded logic. Handles deadlines, groupings, delays, and truck constraints using a multi-phase optimization strategy that minimizes distance while meeting all delivery requirements.

Language: Python - Size: 36.3 MB - Last synced at: 33 minutes ago - Pushed at: about 2 hours ago - Stars: 0 - Forks: 0

dxnst/tesis-latex

📚✨ Tesis en LaTeX: Este repositorio contiene mi trabajo de graduación, desarrollado en LaTeX. Incluye archivos fuente, bibliografía y configuraciones para compilar un documento académico profesional. 🎓🖋️

Language: TeX - Size: 4.43 MB - Last synced at: about 6 hours ago - Pushed at: about 6 hours ago - Stars: 0 - Forks: 0

eliahuhorwitz/Academic-project-page-template

A project page template for academic papers. Demo at https://eliahuhorwitz.github.io/Academic-project-page-template/

Language: JavaScript - Size: 9.41 MB - Last synced at: about 13 hours ago - Pushed at: 4 months ago - Stars: 3,093 - Forks: 562

dawidolko/DataFusion-App-Python

Project as part of the Data Warehousing subject.

Language: Python - Size: 3.08 MB - Last synced at: about 24 hours ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

orroo/DEEP-NEPHRO

DEEP_NEPHRO is a university-led project focused on enhancing dialysis care through intelligent monitoring and optimization. By integrating machine learning and real-time data analysis, the project aims

Language: HTML - Size: 96.5 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

JesusJoenas/TruthMachine

A Django-based web app that recommends news articles and assigns a truth score using a custom-trained fact checker model.

Language: JavaScript - Size: 41.8 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

casadi/casadi

CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

Language: C++ - Size: 141 MB - Last synced at: 2 days ago - Pushed at: 5 days ago - Stars: 1,897 - Forks: 412

pedroestevaodev/noisefy

Noisefy is a micro-SaaS for image processing, enabling noise removal, rasterization, and sharpening. Using Cloudinary for storage and Sharp for processing, Noisefy offers an efficient and easy-to-use solution for fast online image adjustments.

Language: TypeScript - Size: 109 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

ewerthonk/ml-rfm-clustering

Mapping E-Commerce Customer Profiles with RFM and K-Means

Language: Jupyter Notebook - Size: 18.9 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Alighorbani1380/Image-Segmentation-with-Fast-SCNN

These projects were developed as part of advanced coursework in Neural Networks and Deep Learning, focusing on cutting-edge architectures and their practical implementation for computer vision tasks.

Language: Jupyter Notebook - Size: 6.22 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

ghanning/AcademicProjectPage

Project page template for academic papers

Language: HTML - Size: 6.68 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

madmattp/Perceptron_Emotion

Classificador de sentimentos em português com Perceptron

Language: Python - Size: 0 Bytes - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

ttwrpz/maze-escape-solver

A Java implementation of a maze escape solver using breadth-first search algorithm with an object-oriented design. This project demonstrates encapsulation, custom data structures, and algorithm implementation for CSC122 Introduction to Programming Lab.

Language: Java - Size: 250 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

patricksferraz/classcau-desktop 📦

Computer vision desktop application for image classification and processing, built with Qt and OpenCV. Features include image segmentation, custom classification algorithms, and intelligent search capabilities.

Language: C++ - Size: 141 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

pedroestevaodev/data-structures

Implementations in C++ of algorithms and data structures developed in the Data Structures course at Centro Universitário Barão de Mauá. Includes lists, stacks, queues, trees, graphs, hash tables, and sorting and searching algorithms.

Language: C++ - Size: 402 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

pedroestevaodev/object-oriented-programming

Projects from the Object-Oriented Programming (OOP) course (5th semester, Computer Science - Centro Universitário Barão de Mauá) using Java. Focus on classes, inheritance, polymorphism, encapsulation, abstraction, and design patterns.

Language: Java - Size: 27.3 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

pedroestevaodev/programming-techniques

Projects developed in the Programming Techniques course (3rd semester, Computer Science - Centro Universitário Barão de Mauá) using C++. Focus on OOP, modularization, error handling, memory management, and algorithms.

Language: C++ - Size: 40 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

pedroestevaodev/college-portal

A Student & Teacher Portal Clone project developed for the Programming Techniques 1 course (3rd semester, Computer Science - Centro Universitário Barão de Mauá) using PHP (OOP) and MySQL. A foundational academic project available for those studying OOP in PHP.

Language: CSS - Size: 29.8 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

pedroestevaodev/conquerors-of-the-kingdom

A Mini RPG Battle Simulator developed for the Object-Oriented Programming course (5th semester, Computer Science - Centro Universitário Barão de Mauá) using Java. The game allows players to recruit soldiers, build structures, and battle enemy kingdoms while applying OOP concepts.

Language: Java - Size: 89.8 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

pedroestevaodev/unity-calc-tp

A simple calculator developed with Unity as part of a Programming Techniques I course. This project demonstrates basic arithmetic operations, Unity UI integration, and object-oriented programming in C#.

Language: C# - Size: 2.87 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

pnlt/Library-Management

A comprehensive web-based library management system built with PHP and MySQL for efficient college library operations.

Language: CSS - Size: 5.43 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

thiagoausechi/biblioteca-digital-aed

Projeto acadêmico

Language: C++ - Size: 10.7 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

carmen-gb/porfolio

Portfolio programa Momentum CSIC

Language: HTML - Size: 17.8 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

MateusGPe/meal_register

A graphical user interface for registering students for meals, with features for searching, session management, Google Sheets synchronization, and XLSX export. Built with Python and Tkinter.

Language: Python - Size: 971 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 1

adamdjbrett/nabpr

:mortar_board: :globe_with_meridians: new website for NABPR

Language: JavaScript - Size: 142 MB - Last synced at: 4 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 1

readchina/ReadAct

Worlds of Reading during China's long 1970s

Language: XQuery - Size: 17.6 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 8 - Forks: 7

VargasCardona/k8s-capstone-deploy

Final deployment setup for a Kubernetes-based application. It including best practices for scalability, and optimized resource management.

Size: 18.6 KB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

arnaudkdbtr/M1S2-SQL-UFC

🥊 Projet final CS50 SQL : +30 000 statistiques UFC et +8 000 combats historiques ! Modélisation relationnelle, import CSV depuis UFCStats.com, vues analytiques optimisées...

Language: SQL - Size: 10.8 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 1

mikaelhachaturian/elevate

Elevate - Project For MTA

Language: TypeScript - Size: 873 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

brunoliratm/leasing-system

The "Leasing System" is a comprehensive platform designed to streamline vehicle rental management. It provides an integrated experience for customers and administrators, facilitating vehicle reservations, user management, and lease agreements;features include secure authentication, dark mode, and language toggle options.

Language: CSS - Size: 7.86 MB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

FaberGG/SisGestorEmpenio

Programa desarrollado para la gestion de prestamos, devoluciones y articulos en una casa de empeño. (Proyecto academico para la materia ingenieria de software I. Ing. sistemas)

Language: C# - Size: 4.1 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

guilhermegranchopro/Robotic-Vehicle

Simulation of a Simplified Version of the Software for an Omnidirectional Robotic Vehicle

Language: Python - Size: 470 KB - Last synced at: 2 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

arnav200525/Student-Portal

Student Portal is a web-based application designed to help students manage academic activities like registration, profile viewing, and task tracking. It features a simple UI built with HTML, CSS, JS, and PHP, with backend integration for user authentication and data management.

Language: HTML - Size: 0 Bytes - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

christopher-dabrowski/automatic-differentiation

My implementation of automatic differentiation with back propagation in Julia.

Language: TeX - Size: 0 Bytes - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

christopher-dabrowski/GlyphScript

Język programowania bazujący na emotikonach 😀

Language: C# - Size: 267 KB - Last synced at: 8 days ago - Pushed at: 12 days ago - Stars: 3 - Forks: 1

VoidPerx/unalbsfec

Thesis by Juan Felipe Montilla Cuasquen

Language: R - Size: 25.4 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

alephmembeth/need-reference-point

Bauer et al. (forthcoming): “Thinking About Need,” The Journal of Economic Inequality.

Language: TeX - Size: 11.7 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

101-Coconsulting/TC3005B.501

Web portal for companies to have a flow of travel applications by employees who require some sort of support from the company. Be it a reimbursement advancement, hotel and/or flight reservations.

Size: 36.1 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

Charlesnorris509/EventEase

Storage of Codes and Documents related to my George Mason Rapid Cloud Development Course

Language: JavaScript - Size: 22.6 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 3 - Forks: 2

zhaoshenzhai/SURA-2023 📦

A research project on Curve Systems on Surfaces.

Language: TeX - Size: 22.9 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

arthursteinerr/Game-Addiction Fork of LucasFSouza552/Game-Addiction

Projeto facultativo de Frameworks Front-End, focado na aplicação prática de conceitos e tecnologias modernas para desenvolvimento web.

Language: JavaScript - Size: 30.3 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

MH-Alikhani/Ant-Attraction-Sandwich-Statistical-Evaluation

Statistical investigation of how sandwich components affect ant attraction, based on a full factorial design with ANOVA and Poisson regression. Developed for TU Dortmund MSc Data Science application.

Language: Python - Size: 28.7 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

makhskham/COMP2560-System-Programming

This repository contains my coursework for COMP2560 (System Programming) at the University of Windsor

Language: C - Size: 0 Bytes - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

makhskham/COMP2800-Software-Development

My coursework for COMP2800-Software Development at the University of Windsor

Language: Java - Size: 33.6 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

vhbelvadi/LaTeX-lecture-notes-class

A LaTeX document class for lecture notes—for a seminar, for an entire course with several lectures, or for brief talks.

Language: TeX - Size: 920 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 101 - Forks: 24

Hariss-Gills/counterfactual_explainers

Evaluating Contrastive Explanations: Rolling the DiCE with AIDE

Language: HTML - Size: 135 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

jmfeck/critical-temperature-monitor

Critical Temperature Monitor developed as an academic project in 2015/2016. It uses Arduino Mega 2560 with Ethernet Shield to monitor temperature and send real-time alerts through email, push notifications, and Google Sheets integration via PushingBox. Archived for historical and portfolio purposes.

Language: C++ - Size: 2.53 MB - Last synced at: 17 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

TeamDman/Vehicular-Game-Theory

Code for my Master's thesis, game theory for adversarial autonomous vehicle platooning scenarios

Language: Jupyter Notebook - Size: 247 MB - Last synced at: 9 days ago - Pushed at: about 2 years ago - Stars: 13 - Forks: 0

TeamDman/DeepBillboard Fork of deepbillboard/DeepBillboard

Code for my undergraduate thesis, defending autonomous vehicles from machine learning vision attacks

Language: Jupyter Notebook - Size: 808 MB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

taylorteixeira/AulaJavaSatc

Java Activities Repository Overview Welcome to the Java Activities Repository! This repository contains a collection of Java exercises, projects, and activities designed to help developers improve their Java programming skills. Whether you're a beginner or an experienced developer, you'll find useful challenges that will help you

Language: Java - Size: 73.2 KB - Last synced at: 7 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

AliAlmasi/iranianshop

فروشگاه ایرانیان - پروژه کتاب طراحی وب یازدهم کامپیوتر هنرستان

Language: PHP - Size: 3.36 MB - Last synced at: 21 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 0

PydevAzmi/Ysserly-Academy

Language: Python - Size: 301 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

JGalvisS/VortexSprint2Back

Backend de pagina web para la gestion de alquiler de videojuegos: Presentacion https://www.linkedin.com/feed/update/urn:li:activity:7187261859488497664/

Language: Java - Size: 196 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

MezhoudMedIsmail/gestion-pharmacie

"Smart Pharmacy Management with Qt" enhances pharmacy operations by seamlessly integrating Qt technology for streamlined stock management, sales tracking, and user-friendly processes.

Language: C++ - Size: 12.7 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

TheZikoHunter/Digital-Portfolio

Android application to manage and display a student's academic portfolio with grades, remarks, and school data.

Language: Java - Size: 105 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

TheZikoHunter/AFN-Determination-Tool

A Java tool for converting non-deterministic finite automata (AFN) to deterministic ones (AFD), with a Swing-based GUI.

Size: 673 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

simply-pouria/CS-Archive

an open archive for my university studies in computer science: projects and other resources, hopefully helping fellow students and enthusiasts.

Language: Python - Size: 9.67 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

javegaf/Machine-Learning

Pequeño proyecto de Machine Learning de carácter académico

Language: Jupyter Notebook - Size: 8.01 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Jrgil20/AlgProg1

Implementación del Juego de la Vida de Conway como proyecto para la materia de Algoritmo y Programación 1, segundo semestre con Lia en 2022.

Language: Pascal - Size: 158 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

jff97/personalWebsite

My personal Website

Language: HTML - Size: 1.62 GB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 2

vitormanoelvb/Sistema-Lanchonete

Sistema de Lanchonete

Language: C# - Size: 10.7 KB - Last synced at: 25 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

vitormanoelvb/banco_dados_avaliacao_1etapa_vitormanoel_wauclidson

Resolução da Avaliação 1º Etapa - DDBD

Size: 8.47 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

vitormanoelvb/DER-MER-BR-MODELO-3.0

ATIVIDADES DER E MER (BR MODELO)

Size: 3.99 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

vitormanoelvb/ATIVIDADES-Maria-Helena-Bordados

Atividades MH BORDADOS

Size: 3.39 MB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

vitormanoelvb/ATIVIDADES-SQL-FISICO-MY-SQL

Atividades SQL FÍSICO

Size: 10.4 MB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

vitormanoelvb/Sistema-Biblioteca-Univale-DR.-GERALDO-VIANNA-CRUZ

Sistema de Gerenciamento de Biblioteca

Language: C# - Size: 20.3 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

semanurbilada/BIP_BAP

Biomedical Image Processing BAP (Scientific Research Project)

Language: Jupyter Notebook - Size: 95.6 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

sanogotech/BearBurger-Swing Fork of Raofin/BearBurger-Swing

A maven project with a pretty great UI, developed using Java Spring and Swing frameworks, JDBC template, and other technologies.

Language: Java - Size: 1.81 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

mijay6/Automatic-Water-Dispenser-with-Arduino

An automatic water dispenser using Arduino that provides efficient and precise water dispensing into containers. The system eliminates manual pouring and prevents overflow, ensuring economical water usage. Developed as an academic project at Politehnica University of Timișoara.

Language: C++ - Size: 127 MB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

mijay6/Implementation-of-a-Microsystem-with-8086-Microprocessor

Implementation of a microsystem based on the 8086 microprocessor, featuring EPROM and SRAM memories, serial and parallel interfaces, and various I/O devices. Developed as an academic project at Politehnica University of Timișoara.

Language: Assembly - Size: 975 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

WonderWoman2020/GUI4OpenCV

Image processing educational app.

Language: C++ - Size: 525 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

TiagoDongo/UTA

Um repositório dedicado a armazenar projetos de programação desenvolvidos durante as disciplinas acadêmicas.

Language: C - Size: 1.76 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Tech-Priest1/samaraBackend

Projeto backend para um sistema de carrinho de compras

Language: JavaScript - Size: 80.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

piscolabi/memoria

Repositorio de contidos de estudo

Language: Jupyter Notebook - Size: 2.48 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

sammeltassen/max-raphael-project

The Max Raphael Project

Language: HTML - Size: 28.5 MB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ramsyana/Math-Papers-with-Code

A collection of implementations of mathematical algorithms and concepts from various academic papers in multiple programming languages.

Language: Python - Size: 130 KB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

Jefferson-chidiox/thesisWeb

An beautiful aesthetic Academic website built using vanilla code

Language: HTML - Size: 37.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

porscheofficial/sustainable-charging

Sustainable Charging

Language: Jupyter Notebook - Size: 216 MB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

ziomciopoziomcio/snake_ai

Reinforcement learning in snake game 🐍🐍🐍

Language: Python - Size: 63 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

deepmancer/latex-presentation-template

Effortlessly create professional presentation slides with Beamer and LaTeX.

Language: TeX - Size: 6.46 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

Vatshayan/Network-Intrusion-Detection-Project

Network Intrusion Detection System Project using Machine Learning with code and Documents

Language: Jupyter Notebook - Size: 566 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 70 - Forks: 5

zeakey/DeepSkeleton

Code for CVPR2016 and TIP papers about Object Skeleton Detection with Fully Convolutional Neural Networks.

Language: C++ - Size: 1.42 MB - Last synced at: 14 days ago - Pushed at: over 7 years ago - Stars: 201 - Forks: 106

WonderWoman2020/ask-projekt

Skrypt bash kompilujący i instalujący w systemie jądro Linux.

Language: Shell - Size: 36.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

shamKirzon/smart-queue

A bank queue management system built with React Native, offering real-time updates through a connected server.

Language: TypeScript - Size: 7.48 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 3

arcangelofranco/Cyberbullying_Classification_HLT_2023-2024

Human Language Technologies Project for the Academic Year 2023-2024

Language: Jupyter Notebook - Size: 33.3 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WonderWoman2020/poker-game-unity2d

Implementation of a 2d card game in Unity - poker in *Texas Hold'em* version.

Language: C# - Size: 314 MB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 27 - Forks: 20

WonderWoman2020/os-projekt

Narzędzie do odzyskiwania usuniętych plików w systemie plików FAT32.

Language: C++ - Size: 790 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

WonderWoman2020/MN-projekt-1

Language: Python - Size: 291 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

SrujayReddy/Custom-Unix-Shell

A custom Unix shell implemented in C, featuring piping, redirection, command history, and process management. Built to explore system-level programming concepts.

Language: C - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

xiaojie-zhou/CS239-Visual-Accessibility

ColorSense, a tool that converts academic diagrams into more accessible versions for color-blind users

Language: Jupyter Notebook - Size: 8.41 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

AlbertGallegoJimenez/pec2-dataviz

Repositorio que alberga las tres visualizaciones realizadas mediante las tres técnicas de visualización asignadas para la PEC 2 de la asignatura Visualización de Datos del Máster de Data Science de la UOC.

Language: Jupyter Notebook - Size: 3.85 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

alephmembeth/need-fulfilment

Language: Stata - Size: 932 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

tsolakidisrafail/WAAD-Cooking

My semester project in the "WEB APPLICATIONS AND DATABASES DEVELOPMENT" academic subject.

Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

LucasChohfii/GravityCenterDetection

This project was developed as part of the Algorithms and Programming II course. It implements a pattern recognition system.

Language: C - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

LucasChohfii/CineMack

Cinema management system in Python, simulates ticket sales, movie ratings, and generates financial reports.

Language: Python - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

zainabja52/Machine-Learning-and-Data-Science

This repository contains machine learning and data science projects completed as part of academic coursework and practical exploration. It focuses on implementing and comparing algorithms like K-Nearest Neighbors (KNN), Logistic Regression, Support Vector Machines (SVM), and Ensemble Methods for classification and regression tasks.

Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Vatshayan/Spam-Detection-Project

Spam Detection Project for college students with PPT, Report, Code, Datasets and Research papers

Language: Python - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 38 - Forks: 2

porscheofficial/sls_sat_solving_with_deep_learning

Repository containing the code for the project "Using deep learning to construct Stochastic Local Search SAT solvers with performance bounds"

Language: Python - Size: 190 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 14 - Forks: 2

ahmed8faysal/studious-barnacle

This repository containing the source code for ICT practical exams for Class Eleven, following the national curriculum of Bangladesh

Language: HTML - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Jeff-Aporta/QuizzMaster2FabianaGameer

QuizzMaster es una aplicación de cuestionarios construida con Java. Proporciona una plataforma interactiva para crear y realizar cuestionarios.

Language: Java - Size: 3.2 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0