Skip to content
View bcsamrudh's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report bcsamrudh

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
bcsamrudh/README.md

Hey ๐Ÿ‘‹, I'm B C SAMRUDH

I'm currently a Undergraduate Student (Computer Science and Engineering) focused on learning Machine Learning and Deep Learning. I'm building some projects to help solidify my learning. I'm using GitHub to share my projects and code, along with collaborating with others. My projects here will include both my learning experiments as well as some hobby projects I build.

# !/usr/bin/python
# -*- coding: utf-8 -*-

class Developer:

    def __init__(self):
        self.name = "B C Samrudh ๐Ÿ˜„"
        self.love = "Coding"
        self.location = "Somewhere on Earth ๐ŸŒ"

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

me = Developer()
me.say_hi()

๐ŸŒ Socials:

LinkedIn

Languages and frameworks:

Web and app

Web dev:

Dev tools:

Pinned Loading

  1. HomeQuest-Frontend HomeQuest-Frontend Public

    Backend Repository : https://github.com/bcsamrudh/HomeQuest-backend

    JavaScript 5 1

  2. LearnQuest LearnQuest Public

    LearnQuest: Your Ultimate Study Hub ๐Ÿ“– Share, Discuss, and Generate Questions with AI-powered convenience. Elevate your learning game with ease!

    Python 12

  3. Click-Through-Rate-Prediction Click-Through-Rate-Prediction Public

    ML program that can predict whether someone will click on an online ad as it crucial for understanding how well ads are doing, which is important for search engines.

    Jupyter Notebook 5

  4. Airbnb-Listing-Analysis-Using-R Airbnb-Listing-Analysis-Using-R Public

    Data Analysis on House Listings on Airbnb using R

    Jupyter Notebook 4

  5. Image-Captioning-using-Attention-Mechanism Image-Captioning-using-Attention-Mechanism Public

    It uses a encoder-decoder architecture to caption Images. I used a pretrained ResNet model as the encoder to extract image features, combined with an LSTM decoder implementing the Bahdanau attentioโ€ฆ

    Jupyter Notebook 5 1

  6. AI-Assisted-Kannada-Transcription-and-Translation AI-Assisted-Kannada-Transcription-and-Translation Public

    Forked from SkandaShreedhar/AI-Assisted-Kannada-Transcription-and-Translation

    We present a comprehensive pipeline for processing Kannada audio, leveraging state-of-the-art pre-trained models from Hugging Face. The pipeline is designed to handle multiple stages of audio proceโ€ฆ

    Python 2