ML Engineer
6mos
Tunable, Nov 24' - Present
@Spyrosigma
Satyam Namdev
@Spyrosigma
I'm here to learn and compete with others.
ML Engineer @TunableLabs, USA
I'm here to learn and compete with others.
ML Engineer @TunableLabs, USA
ML Engineer, Tunable
Ghaziabad, India
4
projects
4
0
prizes
0
22
hackathons
22
1
Hackathons org.
1
454
contributions in the last year
Jun
S
M
T
W
T
F
S
May
11
stars earned
58
repositories
38
followers
A place where user can talk to there favorite movie/webseries characters in real-time. Application is LIVE, It might take some time to load.
Python
1Stars
0Forks
MyMemory is a full-stack application designed to help you store, manage, and recall your memories using a conversational AI interface. It allows you to feed your memories into a secure system and then chat with an AI assistant that can retrieve and discuss these memories with context.
TypeScript
0Stars
1Forks
6 months
Nov 24' - Present
AI-ML Engineer at TunableLabs LLC — built a scalable Legal-AI RAG system with Unstructured, LLamaParse, and Weaviate.
Developed LangGraph-based entity extraction, real-time web search with Tavily/Exa, and containerized backend with Docker + Uvicorn. Frontend with Next.js + Mantine.
6mos
Tunable, Nov 24' - Present
An AI that transforms images into captivating stories, Instagram captions, and unseen narratives.
Seamless, Decentralized Insurance Claim Processing with AI Fraud Detection and IPFS Data Security.
medium.com
Credits: GeeksForGeeks Be a Good Engineer, not a copy-paste Dev. Always create a Virtual Environment at the start of a new project. This keeps your project’s dependencies separate from the global Python environment. ( Trust me, this will save you from a lot of debugging ) Use list comprehensions instead of for loops when possible. They are generally faster and more efficient. ( I found about this while Leetcoding ) Follow the SOLID principles to write clean and maintainable code ( Check out this amazing...
medium.com
Free platforms: Koyeb, Render We’ll use Gunicorn to deploy Flask apps. We’ll also learn how to deploy apps that contain WebSockets with the help of Gevents. Gunicorn: Gunicorn is a widely-used Python WSGI HTTP server that is designed to be fast, lightweight, and highly configurable. It is often used to deploy Python web applications in production environments. Gunicorn can handle multiple worker processes and threads, which allows it to scale and handle high traffic loads. How to deploy? Build your Fla...
medium.com
Have you ever wished you could have a chatbot that draws information directly from the content of your books or documents? With a Retrieval Augmented Generation (RAG) chatbot, you can do just that. I’ve implemented several RAG techniques and built chatbots using them. Also, I’ve implemented one in my Portfolio Website. Let’s walk through the process of building a RAG chatbot that can answer questions by extracting relevant information from a PDF document. Preparing the Data First, we’ll need to parse the...