Here are some list of my pet projects.
NOTE: Some of them are not completed. Some of them are not well documented. I will try to update those projects.
Link: https://github.com/belal-bh/COVID19-ResNet50-TL
This repository contains code implementations and description of the research experiments for detecting COVID-19 from chest X-ray images. The research paper Transfer learning with fine-tuned deep CNN ResNet50 model for classifying COVID-19 from chest X-ray images is publicly available in the Informatics in Medicine Unlocked (Elsevier) journal.
- Python
- PyTorch
- Machine Learning
- Deep Learning
- Transfer Learning
- Computer Vision
- Research Paper
Link: https://github.com/cseai/dsec
Delivery Service and E-Commerce (DSEC) system.
- Python
- Django
- Django REST Framework
- HTML, CSS
- JavaScript
NOTE: Please, ignore the secret configuration. This is just a pet project. I will update it later.
Link: https://github.com/cseai/Challenge2020
Education management system.
- NodeJS
- ReactJS
- Express
- HTML, CSS
Link: https://github.com/belal-bh/django-youtube-api
Django application with YouTube Data API.
- Python
- Django
Note: It is incomple here. I will work on it later.
Link: https://github.com/belal-bh/CLIC_PUST
Library management system.
- Python
- Django
- Django REST Framework
Link: https://github.com/cseai/OpenEduQA
Education management system.
- Python
- Django
- HTML, CSS
- JavaScript
- MathJax
Link: https://github.com/belal-bh/House-Attack
This is an artificial intelligence (A* algorithm) based game. The aim of this game is to find out the required ( try to find out shortest path ) path to attack the opponent house.
- Python
- Pygame
Link: https://github.com/belal-bh/C-compiler-with-python
Note: This is not a compiler at all. I just tried to detect the synax error of a C pogram using python.
- Python
Link: https://github.com/belal-bh/Bangla_Digit_Recognise This was my first Machine Learning journey with Tensorflow.
Here, I collect hand written datasets from my friends Bangla digits.
- Python
- Temsorflow
- Keras
Link: https://github.com/belal-bh/CalculatorApp
Simple calculator android app using Kivy.
- Python
- Kevy
Link: https://github.com/belal-bh/django-starter
A Django Starter project for easy to start Django web application.
- Python
- Django