Skip to content
View Sainathplv's full-sized avatar
๐Ÿ˜€
learning
๐Ÿ˜€
learning

Block or report Sainathplv

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
Sainathplv/readme.md

๐Ÿ‘‹ Hey there! It's me Sainath Palavala!!!

~ You may also know me as Sainathplv !


๐Ÿš€ About Me

  • I am an enthusiastic full stack developer...,data Scientist and data Engineer ๐Ÿ˜Ž, venturing into new horizons.

  • Graduated in Computer Science ๐ŸŽ“.

  • My vision is singular: to take each modest idea I come acrossand blend them into the creation of majestic, large-scale innovations...๐Ÿš€

  • My adventure into data science started with an innate curiosity to reveal concealed trends and a drive to address practical challenges.

  • ๐Ÿค I'm open to collaborating on exciting projects as a Data Engineer/Data Scientist, Full stack Development/ Application Development or MachineLearning Projects.

portfolio linkedin GitHub


Area of Interest

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


class AreasOfInterest:
    def __init__(self):
        self.role = "Full Stack Developer/Data Engineer/Machine Learning Engineer"
        self.current_favourite = ["Generative AI (LLM)", "Cloud Computing","Application Devolpment"]
        self.favourite_topics = ['Data Science', 'Algorithms & Data Structures', 'Full Stack Development', 'Cloud Computing', 'System Design', 'Mathematics']

    def display_favourites(self):
        print("These are my all-time favourite topics:")
        for topic in self.favourite_topics:
            print("- " + topic)  

    def display_current_favourites(self):
        print(f"As a {self.role}, my current favourites are:")
        for topic in self.current_favourite:
            print("- " + topic)

if __name__ == '__main__':
    obj = AreasOfInterest()
    obj.display_favourites()
    print()
    obj.display_current_favourites()

Paper ๐Ÿ“

  • Regression Models for Price Prediction based on Uber and Lyft (API's)
  • RiceLeaf Disease Detection using CNN,VGG-16 and Transfer Learning

Tech Stack ๐Ÿ’ป

๐Ÿ›  Language

JavaScript HTML5 CSS3 React Bootstrap NodeJS MongoDB Java C

๐Ÿ—ƒ Database

SQL MongoDB

๐Ÿฆ– Library

Keras TensorFlow sklearn NumPy Pandas scipy

Framework

Django Flask

๐ŸŒฉ Cloud

AWS Azure



Looking for me'?๐Ÿง

  • ๐Ÿ‘ฉโ€๐Ÿ’ป I'm currently working and ๐Ÿง learning on.... Object detection & Image segmentation
  • ๐Ÿ‘ฏโ€โ™€๏ธ I'm looking to collaborate on... Data Engineer/Data Scientist, Full stack Devolper or MachineLearning Engineer roles
  • ๐Ÿ“ซ How to reach me... ๐Ÿ“ฉ Shoot Me an Email
  • ๐Ÿค Connect with me on LinkedIn
  • Follow me on Github

โšก Fun fact: I'm a PlayStation game enthusiast ๐ŸŽฎ. Let's connect if you're into gaming too! ๐Ÿ•น๏ธ๐Ÿ˜œ


~ Warm regards from Sainath Palavala ๐Ÿ–ค

Pinned Loading

  1. Datamining Datamining Public

    Jupyter Notebook

  2. distributed-systems-with-networking- distributed-systems-with-networking- Public

    all the operations such as sync,async,lock,multithreading,and rpc)

  3. Machine-learning Machine-learning Public

    In this there are several model and transformers that are from machine learning

    Jupyter Notebook

  4. scala-and-pig scala-and-pig Public

    basics of getting into scala,pig and databricks

    Java

  5. UTA-WEBSITE UTA-WEBSITE Public

    This is website done as a sample for UT Arlington. The website was developed using React, Node.js with PHP and Laravel on My SQL Database. Where the backend servers are deployed on Azure VM and CPaโ€ฆ

    JavaScript 3

  6. Visual-Question-Answering-VQA- Visual-Question-Answering-VQA- Public

    This is about exploring natural language processing on images (SEGMENTATION).It involves analyzing an image and providing an answer to a given question about that image. This process typically invoโ€ฆ

    Jupyter Notebook