• Stars
    star
    1
  • Language
    Java
  • License
    MIT License
  • Created over 2 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple spring boot microservice application for message queuing system with Spring Boot and RabbitMQ.

More Repositories

1

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.
HTML
7
star
2

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.
Python
2
star
3

Encrypt_Decrypt_Master

A java swing encrypter-decrypter that encrypts-decrypts any kinds of files like pdf, text, audio, image, and video using symmetric (RC4, DES, 3DES) cryptographic algorithm.
Java
1
star
4

LearningManagementSystem

A simple Django-based e-learning website where teachers can manage their courses, course contents, upload class materials, create quizzes, assignments, and overall management of all the students enrolled in this course. The students can access these resources and take part in the assessments. There are three types of users: learner(student), instructor( course teacher), and admin(dept. head).
CSS
1
star
5

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.
Jupyter Notebook
1
star
6

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.
Python
1
star