Yash Kumar Roy
Resume | LinkedIn | GitHub
Looking for a Data Science role. Worked on some related project.
This project is a Generative AI-powered document search engine that enables users to ask natural language queries against a collection of unstructured documents (PDFs and DOCX). It leverages LlamaIndex, OpenAI LLMs, and HuggingFace Embeddings to perform semantic search over documents.
This is a self-project I built a simple Chatbot web app using streamlit and OpenRouter’s API. The goal was to create a lightweight, interactive chat interface powered by an LLM specifically, the Mistral Tiny model.
The primary goal of this project is to predict customer churn—whether a customer will leave the telecom provider (churn) or continue using the service. Predicting churn allows the company to retain customers by taking proactive steps to improve their satisfaction and engagement.
This project contains information about various risk factors related to companies and aims to predict the likelihood of bankruptcy based on these factors. Each row represents a company with specific levels of risk in different areas, and the class
column indicates whether the company is at risk of bankruptcy. The values in the dataset are categorized as follows:
1
represents a high risk.0.5
represents a moderate risk.0
represents a low risk.
This project contains information about individuals’ health, lifestyle, and demographic factors that could influence their health insurance charges. The project can be used to analyze and predict the cost of health insurance for an individual based on several key factors, such as age, sex, BMI, number of children, smoking status, and region.
It is slightly simplified implementation of Kim’s Convolutional Neural Networks for Sentence Classification paper in Tensorflow.
The volatility and complexity of global oil markets make predicting oil prices a challenging yet crucial task for various stakeholders, including investors, policymakers, and industry professionals. In recent years, data science has emerged as a powerful tool to analyze historical trends, identify patterns, and build predictive models to forecast future oil prices.