Repository containing a general project portfolio that can be subdivided into the following categories:
- input_classifier : Classifies between XSS/SQLI text strings and regular, harmless user input via text classification
- image_class_NN : Classifies images across the 10 classes in the CIFAR-10 dataset
- detection_NN : Performs image detection on input from a user's webcam
- heat_exchanger_optimisation : optimises the design variables of a shell-and-tube heat exchanger via a genetic algorithm implementation
- Counterbee : implements a simple counting native application via
Beeware
- tcp_server : simple TCP server for general networking