Shahriar Parvez's repositories
Smart-Recruitment-System
A simple Django-based resume ranker website where recruiters post their jobs and candidates applies for their desired vacancies. The system gets the document similarity between the job description and the candidate resumes, generates similarity scores using the KNN model, and rank or shortlist the candidate resumes.
Personality-Traits-Detection-Master
A big5 personality traits prediction application that processes tweets, generates tweets lexicon, find best fitted model on each personality traits, and calculates the personality traits score of the tweets using the best fitted model.
MessageQueueSystem
A simple spring boot microservice application for message queuing system with Spring Boot and RabbitMQ.
SentimentAnalysisAPI
A django web backend server that has single api for collecting sentiment text as json format, analyze them with a huggingface pretrained model and return the sentiment of the text as a json response.
Symmetric_Asymmetric_Crypto
A simple python project that can encrypt-decrypt any text using the symmetric cryptography AES and Asymmetric cryptography RSA. It can generate RSA hash, signature and verify RSA signature. It also shows the different execution times with the different types of keys of these two cryptographic.
awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
DeepLearning
Implementing and Visualizing Deep Learning Models
MyDjangoEShop
This is a full-stack Django shopping site.
MyRestArticleApp
A React-Django based app with Django REST Framework & security mechanism
SpringBootRestfulCRUD
Standard spring boot app with all layer software testing
DesignPattern
Implementation of different types of software design pattern
HandWrittenDigitsRecognizer
A simple hand written digits recognizer app
jbbmo-Introduction-to-Git-and-GitHub
Introduction to Git and GitHub
MovieMania
A react movie application with JQuery
My-CPP-Learn-Practise
For programming skills
MyEProducts
An OOP based java project where users can add, update, delete, get individual and overall information of different types of e-products (like book, movie and series) with MVC pattern.
MyProductManagementSystem
A simple react product management application with spring boot JWT authentication and Restful API.
MyReactEShop
An React online shop app with Redux Toolkit
ObjectDetectionWithVideoImage
Detecting object, contour detection, frame difference using image processing
Pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
RiceCounterApp
A Flask rice counter application that counts white and black rice from image using image processing
SpringBootSecurityWithJWT
Learning Spring Boot Authentication and Authorization with JWT