Skip to content
View SujalXplores's full-sized avatar
:shipit:
:shipit:

Block or report SujalXplores

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.

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

Hi there, I'm Sujal! πŸ‘‹

Typing SVG

An image of @sujalshah3234's Holopin badges, which is a link to view their full Holopin profile

πŸ§‘πŸ»β€πŸ’» About Me

  • πŸ”­ Currently crafting: AI-powered web applications with Next.js
  • πŸ€– Working on: RAG systems, AI chatbots, and LLM integrations
  • 🌱 Learning: LangChain, Vector Databases, and Generative AI
  • πŸ‘― Open to: AI/ML collaborations and open-source contributions
  • πŸ’¬ Ask me anything: Open an Issue
  • πŸ’Ž Fun fact: I have a passion for continuously improving and refining projects

πŸ“Š GitHub Stats

GitHub Streak

πŸ† GitHub Awards

πŸ” Profile Insights

Profile Views

🀝 Connect With Me

LinkedIn Twitter Portfolio

β˜• Support Me

Buy Me A Coffee

🌐 Translations

English Italiano

Pinned Loading

  1. My VSCode settings I use for my ever... My VSCode settings I use for my every projects πŸš€
    1
    {
    2
      "[javascript][typescript][javascriptreact][typescriptreact]": {
    3
        "editor.defaultFormatter": "dbaeumer.vscode-eslint"
    4
      },
    5
      "[json][html][css][scss]": {
  2. Recommended prettier config for most... Recommended prettier config for most project workspace outthere.
    1
    {
    2
      "singleQuote": true,
    3
      "trailingComma": "es5",
    4
      "requirePragma": false,
    5
      "arrowParens": "always"
  3. v0.diy v0.diy Public

    An open-source clone of v0.app with AI-powered React component generation

    TypeScript 89 58

  4. modern-face-api modern-face-api Public

    Forked from justadudewhohacks/face-api.js

    Modern API for face detection and face recognition in the browser and nodejs with tensorflow.js

    TypeScript 4