liakoyras / school-projects

A repository to organize, index and showcase all of my school projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

school-projects

This is a repository that contains many of the code projects I worked on for university courses. This README also links to external repositories for school projects that I have worked on.

Index

The courses are listed in chronological order, with newer projects closer to the top.
You can find more information on each project's individual README.

Databases

This is a group project in which we created a database that models the employees, patients and supplies of a healthcare company that manages a number of clinics. We also built a website that demonstrates some of the functionality that database supports.
Jump to the repo

Computer Vision

This is contains the Python projects i did for the Computer Vision course, including a program that counts the cells in an photograph from a microscope, an image panorama creator, and image classifiers using K-Nearest Neighbors, SVMs and Convolutional Neural Networks.
Jump to the code

Microprocessors

This is simple Assembly program for the ARM Cortex-M0+ processor that does an arithmetic operation based on the operation the user specifies and encodes the result to be displayed in 7-segment displays.
Jump to the code

Integrated Circuits-VLSI Systems

This contains a multitude of System Verilog Projects I did for the those two courses (for which the latter is an expansion on the first) and their corresponding labs, covering topics like integrated circuits design and verification.
Jump to the code for IC Jump to the code for VLSI

Software Engineering (Unispace)

This is a project that the whole of the class worked on for the duration of the course. It is a web-based university management software, for use by students, faculty and administrators.
It supports enrollment, grade books, a messaging service and overall curriculum management.
I was a part of the back end development team.
Jump to the repo

Sound Engineering

This is a collection of group projects. We used MATLAB in order to implement different sound engineering techniques, including de-essing, voice activity detection, compression and decompression, voice generation and a variety of sound effect filters (like chorus and reverb).
Jump to the code

Web Programming

This is a project I worked on for the Web Programming course. I used HTML, CSS, JavaScript and PHP to create a web-app where the user can view and manage contacts.
Jump to the repo

Object Oriented Programming

This contains some educational projects I worked on for the Object Oriented Programming course, written in C++.
Jump to the code

About

A repository to organize, index and showcase all of my school projects


Languages

Language:Python 57.4%Language:SystemVerilog 22.9%Language:C++ 12.4%Language:MATLAB 3.3%Language:C 3.1%Language:VHDL 1.0%