Internal Project
iPRISM Infrastructure Hub
Internal lab hub for documenting and managing server resources, operational procedures, and shared tools. It supports two primary compute systems: an AMD server for internal development, datasets, and project workloads, and an NVIDIA server for GPU-intensive Docker experiments and machine learning.
The GitHub Pages/Vite documentation portal is protected by GitHub and Supabase authentication. It organizes server notes, service handbooks, backup strategy, logging and security guidance, plus shared infrastructure services.
GitHub Pages, Vite, Supabase Auth • AMD & NVIDIA Compute • Docker, Portainer, Grafana, InfluxDB, Harbor, Jenkins, Ollama, RKHunter, Nmap
Adaptive Swarm Navigation with Reinforcement Learning
Reinforcement learning project focused on adaptive swarm navigation, exploring how autonomous agents can learn coordinated movement and navigation strategies in dynamic environments.
Boids Playground
Interactive simulation of flocking behavior using the classic Boids algorithm. Explore emergent swarm dynamics with real-time visualization of separation, alignment, and cohesion rules. A fun way to experiment with autonomous agent behavior and swarm intelligence.
answai - Advanced Network Scan With AI
Modular network scanning tool enhanced with artificial intelligence. Features multiple scan profiles (comprehensive, fast, intensive), configurable strategies including SYN stealth, TCP connect, service enumeration, and OS detection. Integrates with Ollama for AI-powered deep search capabilities.
Monte Carlo Casino
Interactive web application for playing against a model-less agent using Monte Carlo technique. Watch Carlos(the bot) learn optimal Blackjack strategy through configurable training episodes, from quick 10K runs to thorough 500K sessions. Can you win?
Agriculture DSS Platform
A viticultrure and wine center faces some major problems when trying to optimize water and fertilizers management. The repo contains the simulation of a decision support system (DSS) that will propose optimal amounts of water and fertilizers per culture zone, based on previous data and weather forecast.
Face Aging with CycleGAN
Unpaired image-to-image translation for face aging and de-aging using CycleGAN. Trained on UTKFace, the four-network system (two generators, two PatchGAN discriminators) learns aging style purely from domain statistics, preserving identity via cycle-consistency and identity losses.
LSTM Weather Forecasting
Sequence-to-one LSTM model for monthly temperature forecasting using real meteorological data from Karditsa, Greece, fetched via the OpenMeteo API. Explores and compares multiple LSTM architectures and hyperparameter configurations.
Credit Card Fraud Detection
Anomaly detection system for credit card fraud using an autoencoder trained exclusively on legitimate transactions. Flags transactions whose reconstruction error exceeds an auto-tuned threshold, achieving 0.94 ROC-AUC and 80% recall on the Kaggle ULB dataset.
Car Brand Classifier (CarCNN)
Custom Sequential CNN for multi-class car brand classification. Features a two-phase training strategy, stratified data splitting, class balancing via augmentation, and a named feature-vector head that can be repurposed for similarity search.
CNN+LSTM Image Captioning
Automatic image description pipeline combining a CNN encoder with an LSTM decoder. Trained on Flickr8k and Flickr30k datasets, the model generates natural-language captions by attending to visual features extracted from input images.