My Projects

Current Wrestling Champions

Current Wrestling Champions

I'm a wrestling fan. I love watching professional wrestling so I made this website to show the current champions in major promotions like (WWE, NXT, AEW, etc.) by using React & Vite and use GitHub to deploy. This is my very first web project so It may look simple and basic but I am very proud with this work.

ReactJavaScriptHTML / CSSVite
R-Assignments-Project

R-Assignments-Project

This is an in-class lab assignment for 'Applied Statistics for Computing' by using R with the group of 2. We have assigned an assignment to make histogram, scatterplot, qqplot, boxplot and many more using R to read a data from CSV file.

RData Scienceggplot2tidyverse
CD Keys Website

CD Keys Website

This is a project for 'Web Technologies and Application' Class. We made the CD-Keys Website using React, Vite, and JavaScript to develop the frontend part and Node.Js and Javascript to develop backend and using MySQL as Database for this project. My role in this project was backend part doing the Authentication using JSON Web Token, Steam API Players Count, Search, MySQL Databases, and also the frontend part by using API to connect with backend and databases.

ReactJavaScriptTailwind CSSNode.jsExpressMySQL
Python-Charts

Python-Charts

This project using Python libraries (Pandas, Matplotlib) to create each type of charts from movies.csv like Bar Chart, Horizontal Bar Chart, Scatter Plot, Pie Chart, Line Chart, and Histogram.

PythonPandasMatplotlib
chanasorn-travel-2025

chanasorn-travel-2025

My friend Chanasorn / Sugus. He's travelled a lot. So, we make this project to collect his data and making charts to show the results of his data in 2025 by using Python, Pandas, NumPy, Matplotlib, Scikit-Learn for this project.

PythonNumPyPandasMatplotlibScikit-LearnLinear-Regression
class-discord-bot

class-discord-bot

This project A discord bot that remind class every weekday (Monday-Friday) at 7 AM. This bot is made with Go and Discord. You can invite this bot to your server and use it for free.

GoBotDiscord Bot
gender-classification-deep-learning

gender-classification-deep-learning

This project is about using deep learning to classify the gender of people in photo feed using OpenCV's DNN module. The project utilizes a pre-trained Caffe model for face detection and a trained PyTorch model using mobilenet_v2 model to classify gender. The dataset is from saadpd's Kaggle (Men-Women Classification). The application captures video from the webcam, detects faces, and classifies the gender of the detected faces, displaying the results and confidence in photo using streamlit to deploy the web application.

PythonOpenCVPyTorchStreamlitMachine LearningDeep LearningClassificationNeural NetworksJupyter Notebook