Written in python, this PoC attempts to streamline the resume screening process by extracting the candidates information from resumes and comparing them with the job description. System returns a list of neatly ranked candidates along with their contacts details and match scores to the job description. It enlists the help of SkillNER, spaCy and NLTK for NLP. Concepts of similarity measures such as Jaccard Index and Consine Distance are incorporated. #nlp #recommender
Live DemoAnimated chess is a game from the popular ‘Harry Potter’ book series, which follows all the regular rules of chess. The chess pieces take the form of humanoid characters, and walk from square to square when moved. Also, if a piece ‘claims’ another piece from the board, an attack animation plays and the opposing piece is destroyed. Built with Unity Engine and C++. #minmax #alpha-beta-pruning
Live Source CodeA simple intuitive single page pomodoro application with Progressive Web App (PWA) features. Download-able, Install-able as an app to mobile devices. Works with or without internet! Includes web push notifications. #pwa #spa #viu #web-push
Live Source CodeA concept proof for Installable as an app, Network Independent Progressive Web App (PWA). Easily downloadable as an app to any devices from the browser. The project follows the App Shell Concept: a mix of Server-side rendering (SSR) and client-side rendering (CSR) with the approach of "offline first". It loads a minimal UI and content as soon as possible and caching it in the device so that resources are available offline for subsequent visits before loading the remainder of the app’s content.
Live Source CodeA fun replica of Among Us's Reactor Mini Game, built with JavaScript and JQuery. The project makes use of scripting Languages and nothing else for manipulating DOMs and effets. The game upon starts will show the block by blinking. Player will repeat the actions. A mistake would reset the game.
Live Source CodeThis website built with Flask Framework, containerized with Docker, and first deployed on AWS in Jan 2023. Integrate with MailChimp API for contact me page. Includes Admin module for content management, audit logs and error templates.