Skip to content
View raveenb's full-sized avatar
:octocat:
Learning, Always!
:octocat:
Learning, Always!

Block or report raveenb

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

Hi there 👋

  • 🔭 I’m currently looking to start my third startup and am part of the Antler Singapore SG17 Cohort
  • 💸 Exited my first startup Hammerhead in 2021 and exited my second startup Leadzen in 2023
  • 🌱 I’m still learning on Generative AI, Creative Writing, Designing on Canva (awesome tool btw!)
  • 👯 I’m looking to collaborate on AI, Productivity Tools, Fintech, SportsTech, HardTech
  • 🤔 I’m looking for help with SEM and Content Marketing
  • 💬 Ask me about Startups, Techstars, Software Development, Python, AI/ML
  • 📫 How to reach me: raveen.b@gmail.com
  • 😄 Pronouns: he/him
  • ⚡ Fun fact: Hanlon's Razor amazing, and Flight, try SCE to Aux is beautiful!

Banner�LinkedIn 1584x396_WHITE

Pinned Loading

  1. SSH into Android SSH into Android
    1
    # Connecting to an Android device over SSH 
    2
    
                  
    3
    ## Initial Setup
    4
    Install Android App Termux from APKPure or AppStore. 
    5
    If the app exists, just delete and re-install it to get the latest version, 
  2. Run FastAPI inside Jupyter Run FastAPI inside Jupyter
    1
    # How to Run FastAPI inside Jupyter
    2
    
                  
    3
    - Ensure you have these installed and accessible from the notebook pyngrok, nest_asyncio, fastapi, uvicorn and other libs you want
    4
    ```
    5
    %pip install pyngrok nest_asyncio fastapi uvicorn loguru
  3. Avoiding SSH Connection Timeouts Avoiding SSH Connection Timeouts
    1
    SSH Connection Timeout
    2
    ---
    3
    - Most ssh login/shell connections to servers will timeout and you will have to login again and again. 
    4
    - To avoid these and keep the shell connection alive for longer, try these steps
    5
    - The steps were initially discussed here -> https://unix.stackexchange.com/questions/200239/how-can-i-keep-my-ssh-sessions-from-freezing
  4. graykode/gpt-2-Pytorch graykode/gpt-2-Pytorch Public

    Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation

    Python 1k 228