Projects

AI Player for Custom Tic-Tac-Toe
Technologies Used: Python, Reinforcement Learning
Development of an intelligent AI agent capable of playing an custom N×N Tic-Tac-Toe game. The agent uses reinforcement learning to improve its game over time, learning optimal strategies through self-play.
Status: Ongoing Project

Bitcoin Price Prediction
Technologies Used: Python, Keras, BERT, Web Scraper
A data-driven approach to predicting Bitcoin prices using sentiment analysis from social media and news articles. The project employs BERT for NLP tasks and neural networks for forecasting.
Completion: March 2023

Blockchain with Python
Technologies Used: Python, HTML, Flask, Cryptography
Implemented a simple proof-of-work blockchain in Python. The project features a web interface for blockchain interaction and demonstrates basic transaction creation and chain validation.
Completion: October 2022