- 🔭 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!
Learning, Always!
Founder @ Antler | Hacker, Hustler, Tinkerer | Previously Leadzen.ai (founder, CTO, exited), Hammerhead (founder, CTO, exited) | GenAI Enthusiast
-
antler.co
- Bangalore, India
- https://www.linkedin.com/in/raveenbeemsingh/
- @rbmsingh
- @raveenb@mastodon.social
Pinned Loading
-
SSH into Android
SSH into Android 1# Connecting to an Android device over SSH
23## Initial Setup
4Install Android App Termux from APKPure or AppStore.
5If the app exists, just delete and re-install it to get the latest version,
-
Run FastAPI inside Jupyter
Run FastAPI inside Jupyter 1# How to Run FastAPI inside Jupyter
23- 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
-
Avoiding SSH Connection Timeouts
Avoiding SSH Connection Timeouts 1SSH 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
-
Fix Oauth Issue for Flask+Traefik
Fix Oauth Issue for Flask+Traefik 1If you are using Oauth login/register on a Flask server and its is behind Traefik. You will need to do two things to fix the https and redirect issues. You may be getting errors indicating that the OAuth callback is not valid or is not https enabled. And the intersting part to note is that it will work fine when running on local host and straight up https, but fail when the app is behing a proxy/edege router/traffic multiplexer like Traefik or NGinx.
231. Do the Proxy fix to the wsgi app inside of the flask app. This is from the flask documentation itself https://flask.palletsprojects.com/en/1.1.x/deploying/wsgi-standalone/#deploying-proxy-setups
45```
-
Flask JSON numpy Encoder to work wit...
Flask JSON numpy Encoder to work with Flask when using Numpy and Timestamp data 1import json
2import numpy as np
3from flask import jsonify
4from datetime import datetime, timedelta
5 -
graykode/gpt-2-Pytorch
graykode/gpt-2-Pytorch PublicSimple Text-Generator with OpenAI gpt-2 Pytorch Implementation
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.