Pinned Repositories
Blockchain-E-Shop
Solana script to enable a shop accept Ethereum payments from clients. Built and tested using Remix IDE.
BMR-TDEE-Calculator
Basic BMR-TDEE calculator script built using Python which accepts user input and calculates his Basic Metabolic Rate and Total Daily Energy Consumption.
complete-node-bootcamp
Starter files, final projects and FAQ for my Complete Node.js Bootcamp
Covid-Smart-App
C# Windows Forms App with helpful applications for the lockdown during the COVID-19 pandemic.
Data-Structures-Linear-Lists
Take as input L linear lists and give as an output a list that has the elements that are present at least at half of the L lists. The elements of the output list are sorted in ascending order and every one of them should appear only one time at the output list. Implemented using C++ containers.
Digit-and-Letter-Classification
Digit and Letter classification scripts using Python which aim to classify the letters G and A as well as digits. Assignment for the 6th semester course Artificial Intelligence.
Football-Match-Score-Prediction
Football match score prediction using Python and various Machine Learning algorithms, implemented as an assignment for the university course "Pattern Recognition".
Graph-Colorization-Letters-G-K
Graph colorization python scipts aiming to print the letters G and K. Built for the 6th semester course Artificial Intelligence.
Grayscale-Image-Automatic-Colorization
Automatic colorization of grayscale image using Machine Learning techniques. Implemented using Python for the university couse "Image Analysis".
Hospital-Management-System
Web based Hospital Managment System with various functions for doctors and patients, built using Java.
krigol14's Repositories
krigol14/BMR-TDEE-Calculator
Basic BMR-TDEE calculator script built using Python which accepts user input and calculates his Basic Metabolic Rate and Total Daily Energy Consumption.
krigol14/Football-Match-Score-Prediction
Football match score prediction using Python and various Machine Learning algorithms, implemented as an assignment for the university course "Pattern Recognition".
krigol14/miniDB
An extremely minimal DB that can be used for educational purposes and rapid prototyping
krigol14/Speed-Change-Detection-Android-App
Android app built using Java in Android Studio. The app can detect significant speed changes using the phone's geolocation. Afterwards, the speed changes are saved in a map provided by Google Maps, in the specific location they were detected, using markers of different colours.
krigol14/To-Do-List-API
Final project for the university class "Software as a Service".
krigol14/Blockchain-E-Shop
Solana script to enable a shop accept Ethereum payments from clients. Built and tested using Remix IDE.
krigol14/complete-node-bootcamp
Starter files, final projects and FAQ for my Complete Node.js Bootcamp
krigol14/Covid-Smart-App
C# Windows Forms App with helpful applications for the lockdown during the COVID-19 pandemic.
krigol14/Data-Structures-Linear-Lists
Take as input L linear lists and give as an output a list that has the elements that are present at least at half of the L lists. The elements of the output list are sorted in ascending order and every one of them should appear only one time at the output list. Implemented using C++ containers.
krigol14/Digit-and-Letter-Classification
Digit and Letter classification scripts using Python which aim to classify the letters G and A as well as digits. Assignment for the 6th semester course Artificial Intelligence.
krigol14/Graph-Colorization-Letters-G-K
Graph colorization python scipts aiming to print the letters G and K. Built for the 6th semester course Artificial Intelligence.
krigol14/Grayscale-Image-Automatic-Colorization
Automatic colorization of grayscale image using Machine Learning techniques. Implemented using Python for the university couse "Image Analysis".
krigol14/Hospital-Management-System
Web based Hospital Managment System with various functions for doctors and patients, built using Java.
krigol14/Intelligent-Agents-Generic-Planner
Generic planner for solving the Blocks World and Water Jug problems, for any input the user gives. Built using Python for the Intelligent Agents course of the 8th semester.
krigol14/Knapsack-Problem
Knapsack problem Python script found from a YouTube course, changed to fit my needs and used as an example to implement the Water Jug problem solution.
krigol14/Multimedia-Systems
Final assigment for the university course "Multimedia Systems". The main tasks included implementing Huffman Encoding and Motion Compensation for a video, as well as removing a moving object from a video. Python and various of its libraries were used for the purposes of this project.
krigol14/Natural-Language-Processing
Lexical, Semantic and Syntax analysers developed using Python for the 6th semester university course "Natural Language Processing"
krigol14/Online-Bookstore-Android-App
Android application built using Java in Android Studio. This application features a dynamic online bookstore, with its books being stored in Firebase.
krigol14/Python-Educational-Software
Web application built using Java, JSP, Servlets etc., which features an online educational system for some specific chapters of Python programming language. Users can, among others, read theory, take tests and see their progress.
krigol14/RecommendationLetters-AndroidApp
Final project for the university class "Android app development". Application which gives the ability to professors to see the grades of their students and grant them pre-written recommendation letters.
krigol14/Software-Technology-Thesis-Management
Thesis management we application built using Java, JSP, Servlets etc. for the 8th semester course Software Technology. The app can be used by the secretary, students and professors and features most of the possible actions needed to manage students thesis in a university.
krigol14/Speech-Sound-Signals-Processing
krigol14/Tic-Tac-Toe
Basic python Tic Tac Toe game script
krigol14/Water-Jug
Python scripts for solving the Water Jug problem, built for the 6th semester course Artificial Intelligence.