Skip to content
View ishaansathaye's full-sized avatar

Highlights

  • Pro

Organizations

@calpoly-csai

Block or report ishaansathaye

Report abuse

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

Report abuse
ishaansathaye/README.md

👋 Hi, I'm Ishaan Sathaye

GitHub Follow Repo Size Resume

struct SoftwareDeveloper {
    name: String,
}

impl SoftwareDeveloper {
    fn new() -> Self {
        Self {
            name: "Ishaan Sathaye".to_string(),
        }
    }

    fn greet(&self) {
        println!("Hi, I'm {} — check out some of my projects!", self.name);
    }
}

fn main() {
    let dev = SoftwareDeveloper::new();
    dev.greet();
}

GitHub Streak Stats

GitHub Stats

Top Languages

Pinned Loading

  1. Krishnanshu-Gupta/F1-Racing-Optimal-Path Krishnanshu-Gupta/F1-Racing-Optimal-Path Public

    Using Neural Networks, Deep Reinforcement Learning, and Evolutionary Algorithms to find the optimal path with fastest lap-times for simulated F1 cars around randomly generated custom tracks. Using …

    Python 2

  2. elephant-seals-detection elephant-seals-detection Public

    Elephant Seals Image Detection Capstone

    Jupyter Notebook 2

  3. brandonhjkim/elephant-seals-CLI brandonhjkim/elephant-seals-CLI Public

    Elephant seals detection model accessible via CLI

    Jupyter Notebook 2 1

  4. int-collector-cisco int-collector-cisco Public

    Cisco Internship Project: INT Collector Program

    Python 2 1