https://github.com/frankplus/frankplus
https://github.com/frankplus/frankplus
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frankplus/frankplus
- Owner: frankplus
- License: mit
- Created: 2021-03-19T14:33:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T13:34:19.000Z (over 1 year ago)
- Last Synced: 2025-10-07T22:40:01.852Z (9 months ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Hi there, I'm Francesco ๐
I love everything related to computers, science and engineering.
I recently graduated with honors in MSc Computer Engineering and I've been involved in software development since I was a child.
My main interests are AI, Embedded Systems and Computer Graphics. I also have some background in Android Development and Web Development.
I have experience in multiple programming languages such as: C/C++, Python, Java, Kotlin, Rust, JavaScript.
## My work experience
๐จโ๐ป **Open Source Software Engineer at Huawei** (Nov 2021 - Ongoing)
- Lead integration of **OpenHarmony** into [**Eclipse Oniro**](https://oniroproject.org/), developing Yocto meta-layers for hardware like **Raspberry Pi 4** and **QEMU**.
- Engineered **GitHub Actions** pipelines for OpenHarmony, automating builds and deployments on **Raspberry Pi** and **Rockchip** platforms.
- Developed **PoC** with **Bosch** and **Hoperun**, integrating **Eclipse Kanto** for cloud connectivity and **MQTT** messaging.
- Led the bringup of **Oniro/OpenHarmony** on the **Volla x23** phone, enabling system services and UI functionality.
[](https://www.linkedin.com/in/francesco-pham-54128486/)

## Recent Projects
๐ **Master Thesis on Deep 3D optimisation - EUVIP 2022 Pubblication**: ([๐Code](https://github.com/frankplus/Deep-3D-optimization) | [๐Paper](https://ieeexplore.ieee.org/document/9922742))
- Improved QoE of 3D interactive applications through deep learning driven LOD selection
- Trained a neural network in **PyTorch** for an accurate rendering quality prediction
- Developed **Unity** script for dataset generation and neural network deployment
๐ **Thesis on Sensor fusion with Deep Learning**: ([๐Code](https://github.com/frankplus/tof-stereo-fusion) | [๐Paper](https://github.com/frankplus/tof-stereo-fusion/raw/master/ToF-Stereo-Fusion-Thesis-Francesco-Pham-2019.pdf))
- Direct sensor fusion of stereo and time-of-flight range imaging system
- Designed and trained a residual neural network in **Tensorflow** for the fusion process achieving 7 times more accurate depth estimation
๐ฌ **Transformer chatbot based on Google Meena**: ([๐Code](https://github.com/frankplus/meena-chatbot))
- Developed an open source **Python** implementation of an Open-Domain transformer chatbot based on the Google's Meena chatbot paper using **Tensor2Tensor** framework
๐ **Internet of Things shop and dashboard**: ([๐Code](https://github.com/lucamoroz/iot-dashboard))
- Online platform that allows to buy and monitor IoT sensors
- Developed with Spring Boot, React, PostgreSQL, Material-UI, Docker, Java, Javascript
๐ฎ **WebAssembly 2D game engine**: ([๐Code](https://github.com/frankplus/JGE) | [๐Code](https://github.com/frankplus/csweb) | [๐น๏ธDemo](https://frankplus.github.io/))
- Developed a C++ 2D game engine for the web using **WebAssembly** and **WebGL** technologies
- ported a 2D homebrew game for Playstation to the web.
๐ **Mathematical function plotter**: ([๐Code](https://github.com/Franciman/plasm) | [๐น๏ธDemo](https://frankplus.github.io/plasm/))
- Built a **Rust** web application for 2D, 3D, implicit and explicit mathematical functions plotter using WebAssembly and WebGL technologies.
๐ฑ **Android app for local jobs search & post**: ([๐Code](https://github.com/nicomazz/LocalJobs))
- Developed **Kotlin** application for searching, posting and sharing local jobs.
- Adopted agile development by using CI tools and GitFlow model.
- Optimized the application for offline use with real time data syncing using Firebase and latest Android Jetpack tools.