Skip to content
View mtnvdsk's full-sized avatar
Block or Report

Block or report mtnvdsk

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
mtnvdsk/README.md

Hi, I'm Tarun!

Associate Software Engineer at Accenture

Twitter: mtnvdsk Linkedin: mtnvdsk GitHub mtnvdsk

A little more about me...

class profile:
    def __init__(self):
        self.i = dict()
        self.profile()

    def profile(self):
        self.i["am"] = ["Tarun", "Associate Software Engineer"]
        self.i["love"] = ["Machine Learning", "DSA", "Mathematics", "Deep Learning"]
        self.i["work With"] = ["Python", "Java", "AWS", "Docker", "Hadoop", "Linux"]
        self.i["aspire"] = ["Keep Learning........."]

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)


Popular repositories Loading

  1. Auto_Subtitle_generation_using_ML Auto_Subtitle_generation_using_ML Public

    This repository contains code for an AI project focused on automatic video transcription and subtitling. The code utilizes the Whisper ASR model for speech-to-text conversion and generates subtitle…

    Jupyter Notebook 1

  2. LLM_Deploy_AWS_Sagemaket LLM_Deploy_AWS_Sagemaket Public

    This repository provides a comprehensive guide and sample code for deploying Large Language Models (LLMs) on AWS SageMaker. SageMaker offers a scalable, managed platform for hosting machine learnin…

    Jupyter Notebook 1

  3. Lung_Cancer_Detection_using_CNN Lung_Cancer_Detection_using_CNN Public

    This project involves the development of a deep learning model to detect lung cancer from chest X-ray images. The model is implemented using the Keras library and trained on a dataset containing im…

    Python

  4. Cryptocurrency_Price_Analaysis Cryptocurrency_Price_Analaysis Public

    Cryptocurrency Price Prediction and Trading Simulation is a project that aims to predict cryptocurrency prices using Long Short-Term Memory (LSTM) models. The project includes a Django website wher…

    HTML 1

  5. DSA-Striver-sheet DSA-Striver-sheet Public

    Java

  6. LVM-Creation LVM-Creation Public

    This repository provides comprehensive instructions and guidance on setting up Logical Volume Management (LVM) on Linux systems, including creating new logical volumes and extending existing ones.