Skip to content
View bufferwise's full-sized avatar

Block or report bufferwise

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

👋🏻 Radhe Radhe

If you'd like to reach out, you can DM me on Discord (@bufferwise), email me for business inquiries at [email protected], or for general questions at [email protected]. You can also check out my Bento for my discord related works, follow me on Instagram and Threads, or connect with me on Twitter at @bufferwise.

Personal Interests

  • Currently advancing expertise in Typescript & Kotlin
  • Games which I mainly play includes Call of Duty: Mobile & Nulls Brawl
  • I like playing Chess, Badminton, Cricket (Aggressive Batting style)
  • I love South Indian cuisine (Dosa)

Pinned Loading

  1. DiscordJS Run Code DiscordJS Run Code
    1
    const { Client, GatewayIntentBits, Partials, ActivityType } = require('discord.js');
    2
    const process = require('process');
    3
    
                  
    4
    // Configuration object for better maintainability
    5
    const CONFIG = {
  2. NLP-Model NLP-Model Public

    Advanced NLP model implementation in PyTorch featuring transformer architecture, multi-head attention, and comprehensive training pipeline with mixed precision, gradient accumulation, and dynamic l…

    Python