Portfolio
I must worked on over one hundred projects. Here are a few.

DocuMined
A complete system which allows you to add your documents on which you can ask questions about. You can also add in links of websites and online documents like Google sheets and docs to include as your source documents. The system also supports pdf documents. All files are stored securely. You can use the system as a guest or register using your email to save your files for future use.
- Python
- FAST API
- Ollama LLM
- Next.js
- chroma db
- Unicorn server
- AWS S3
- JWT
- Website scraping

Youtube Transcriber Video to Text
This project was a peronal utility to transcribe and summarize YouTube videos using their link.
- Python
- FAST API
- Ollama LLM
- Vue.js
- PyTorch
- Faster Whisper SysTran
- Unicorn server

Ask Pythia
Pythia was a high priestess of the Temple of Apolly at Delphi serving as Oracle of Delphi as medium through which god Apollo delivered prophecies. She was not one single individual but a role held by various women who would enter ecstatic trance like state believed to be in divine possession to speak god’s will.
This app lets you ask Pythia yes/no questions. You receive the answer with a cool giffy. It’s fun, try it now!
- Vue.js
- Google Firebase Realtime DB

Kitty’s Youtube Video/Audio Downloader
This project was a peronal utility to save some videos by downloading them from YouTube.
- Python
- FAST API
- Javascript

Wheels World
This project was built completely by myself. Instead of database I used json file for data storage as it’s sample project
- NodeJs
- Svelte/Sapper
- Bootstrap
Url: https://wheels-world.herokuapp.com/main
API server: https://mwa-api-server.herokuapp.com/api.html
API Documentation: https://documenter.getpostman.com/view/11320596/TVemA9SX

Connect Meetings
This project was built completely by myself. There was no database implemented as it was sample project. The application allows users to organize meetings with people with a given topic. Similar to meetup.com
- Java
- Spring Boot
- Html/Css

Employee Scheduler
This project was built by myself and two other developers for a client. The application allows employees to book dates on which they can go to work place in order to limit too many people at work at the same time. In short it’s a social distancing app.
- Android App
- Java
- Google Firebase Database
Download Google Play store: https://play.google.com/store/apps/details?id=nl.parantion.employeeschedular&hl=en&gl=US

Healthy Quiz
This project was built with collaboration with ten developers using Scrum of Scrums technique. It’s a simple quiz application similar to kahoot.it.
- Svelte / Sapper
- Google Firebase Database
- Javascript CSS

QR Code Generator
I made a fast application to generate Free QR code which does not expire. You can use it to create scannable links or even plain messages.
- VueJs