Skip to content
View acbikash13's full-sized avatar

Block or report acbikash13

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
acbikash13/README.md

💫 About Me:

I am a recent Computer Science (Data Science minor) graduate from Northern Kentucky University with 6+ years of coding experience. Skilled in Software Engineering, Machine Learning, and Data Science, with hands-on experience in full-stack development, building scalable data pipelines, and implementing end-to-end ML solutions.

I’ve built Full stack Projects like a custom Job Search Platform and also worked on Machine Learning projects Sentiment Analysis for 20M+ reviews, fine-tuning models like DistilBERT, and Designing ML pipelines that improved defect detection by 30%. I have also worked on deploying Microservice architecture on Azure and AWS.

Passionate about building user-centric applications, solving challenging data problems, and creating innovative platforms that drive impact through code. Always ready to learn, optimize, and deliver results.

Email: Sebikash10@gmail.com


My Key Works

Job Search Platform

Live Link | Appjob.net
Technologies: Next.js, PostgreSQL, TypeScript, Express.js, Docker, Azure, Clerk.dev Authentication, python (web-scraping)
This is a full stack application that lets user get the most matching jobs for their profile. This application is built on a microservice architecture i.e frontend (Next.js), backend(Express), database(PostgreSQL), llama3.1 model, web scraper(python) and is deployed on azure.
-Web Scraper is a cron job and runs every hour and uploads the new jobs on the database.
-The llama3.1 also runs every minutes and vectorizes the job description and stores it in to the database and does the same for the resume uploaded by the user.
-Users sign in using gmail account.
-Authentication is handled by clerk.
-The app also has a filter option where users can search jobs using job titles, filter remote jobs and search for internships/contract/fulltime or part time jobs.
Job Search Portal Job Search Portal

Multiplayer Bingo Web Game

Live Link
Technologies: JavaScript, WebSockets, MongoDB

This is a Multiplayer online real-time BINGO Game. Player can join or host the game; it includes real time chat functionality with web sockets.
Bingo GameBoard

Convolutional Neural Network App

Live Link
Technologies: Python, Convolutional Neural Networks, TensorFlow, Keras, Flask, Azure
This app classifies images into predefined categories by training a Convolutional Neural Networks (CNNs) model. It provides real-time predictions with a user-friendly interface for uploading and classifying images. It is hosted on Azure. Homepage Picture

Master Mind Game

Github Link
Technologies: Java, Socket Programming, Multithreading, Client- Server Communication
This project implements a multithreaded client-server application to play the game Mastermind. The server generates a random 4-color code, and the client attempts to guess the sequence within 20 attempts. The server provides feedback on the correctness of each guess.

Research Collab App

Github Link Technologies: React, Tailwind CSS, OAuth
Designed and developed a university collaboration platform connecting researchers and students in a group of 2. Integrated advanced filtering and recommendation systems for real-time collaboration

Machine Learning/Data Science Projects

Real-Time Object Detection System

Github Repo
Technologies: Kafka, Spark, YOLOv3, OpenCV
Created a video object detection pipeline, achieving 85% detection accuracy. Optimized video frame processing to reduce latency in real-time applications.
Sample Picture

Sentiment Analysis Platform

Google Collabs Docs
Technologies: DistilBERT, PySpark, Natural Language Toolkit (NLTK), Keras, Transformers, Torch
This project applies sentiment analysis to RateMyProfessor reviews using NLP techniques. It preprocesses data with Pandas, Spark on local machine, NumPy and uses pretrained Transformer models with PyTorch for fine-tuned sentiment classification. TextBlob provides initial sentiment scores, while transfer learning improves model accuracy, capturing nuanced feedback. Analyzed over 20M+ Rate My Professor reviews with 86% sentiment accuracy.

Defects Coil Detection System

Technologies: TensorFlow, Keras, Flask, PostgreSQL
Developed an ML pipeline for industrial defect coil production detection for North American Stainless , increasing detection accuracy by 30%. Preprocessed 50GB+ of data and optimized training for scalable deployment.


Excited to work on impactful projects and collaborate with other tech enthusiasts! 🎯

🌐 Socials:

Facebook Instagram LinkedIn

💻 Tech Stack:

Languages

Java Python JavaScript TypeScript C++ C C# SQL

Libraries/Frameworks

React Next.js Node.js Express.js Spring Boot Flask TensorFlow PyTorch Keras PySpark NLTK

DevOps and Tools

Git Jira Azure CI/CD Postman

Databases and Big Data

MongoDB MySQL PostgreSQL Apache Spark Hadoop Kafka


Pinned Loading

  1. H1BMatch/H1BMatch_FrontEnd H1BMatch/H1BMatch_FrontEnd Public

    An app that shows visa sponsoring jobs based on your skills and resume

    TypeScript

  2. BINGO-GAME BINGO-GAME Public

    This is a Multiplayer online real-time BINGO Game. Player can join or host the game; it includes real time chat functionality with web sockets

    JavaScript

  3. NepalPermit NepalPermit Public

    This app streamlines the process of getting permits for visiting various places in Nepal. Users upload their info, get the confirmation pdf and the authorities also hold this information.

    TypeScript

  4. RateMyProfessorSentimentAnalysis RateMyProfessorSentimentAnalysis Public

    This project applies sentiment analysis to RateMyProfessor reviews using NLP techniques. It preprocesses data with Pandas and NumPy and uses pretrained Transformer models with PyTorch for fine-tun…

  5. ImageClassifier ImageClassifier Public

    This app classifies images into predefined categories by training a Convolutional Neural Networks (CNNs) model. It provides real-time predictions with a user-friendly interface for uploading and cl…

    HTML

  6. Mastermind Mastermind Public

    This project implements a multithreaded client-server application to play the game Mastermind. The server generates a random 4-color code, and the client attempts to guess the sequence within 20 at…

    Java