cim@portfolio:~$
$ ls -la

~/projects/

$ cd _

./swd/

drwxr-xr-x 2 projects

-rw-r--r--finished
./API Scoring App
A lightweight application that takes an OpenAPI (v3.x) spec (in YAML or JSON), evaluates its structure and content against industry best practices, and produces a comprehensive scorecard (0–100) with actionable feedback.
JavaSpring BootOpen API spec
-rw-r--r--to be continued
./LogC
A blogging website for me to upload some stuff
GoFiberSQLite

./ml/

drwxr-xr-x 2 projects

-rw-r--r--finished
./Store Sales Forecasting
Multiple time series model implementation and training in pytorch for kaggle competition: Walmart Recruiting - Store Sales Forecasting
PythonPyTorchTime Series
-rw-r--r--finished
./Style-NN
Style-NN is an implementation of neural style transfer paper, allowing you to blend the artistic style of one image with the content of another using deep learning.
PythonPyTorchDeep Learning

./for_fun/

drwxr-xr-x 2 projects

-rw-r--r--finished
./RISC-V Emulator
A simple emulator for RISC-V assembly written in C++
C++RISC-VEmulator
-rw-r--r--finished
./Simple Graphics Engine
Simple graphics engine using linear algebra implemented in C++ using SFML
C++SFMLGraphics