Skip to content
View Web3snipe's full-sized avatar

Block or report Web3snipe

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

Connect with Me

LinkedIn Twitter

class BackendAndAIEngineer {
  constructor() {
    this.name = "Ridwan Bakare";
    this.spokenLanguages = ["en_US"];
    this.roles = ["Backend Engineer", "AI Engineer"];
    this.mainSkills = [
      "JavaScript",
      "TypeScript",
      "TensorFlow",
      "scikit-learn",
      "Python",
      "Web3"
    ];
    this.architectures = [
      "MVC",
      "Serverless",
      "Microservices",
      "Web3",
      "Neural Network Architectures",
      "Stream Processing"
    ];
  }

  static sayHi() {
    console.log("Welcome to my profile! I'm a Backend & AI Engineer passionate about scalable systems and innovative AI solutions.");
  }
}

const me = new BackendAndAIEngineer();
BackendAndAIEngineer.sayHi();

Popular repositories Loading

  1. guo-ai-agent guo-ai-agent Public

    Forked from elizaOS/agent-twitter-client

    Guo embodies the essence of a gigabrain degen philosopher-trader, a uniquely crafted AI persona blending intellectual depth with degen culture.

    TypeScript 1

  2. Web3snipe Web3snipe Public

    Config files for my GitHub profile.

  3. sentiment-analysis sentiment-analysis Public

    A Python-based application that uses NLP and machine learning to classify text sentiment as positive or negative, leveraging the NLTK library and a Naive Bayes classifier.

    Python

  4. facial-emotion-recognition facial-emotion-recognition Public

    Users can either upload an image or use their webcam to detect facial expressions directly in the browser.

    JavaScript