7-day longest streak
Hello there! 👋 I'm @innovatorved; Full Stack Developer | React Developer | Python Developer | Cloud Developer; I'm a Full Stack Developer with a strong passion for learning new things.…
Hello there! 👋
I'm @innovatorved; Full Stack Developer | React Developer | Python Developer | Cloud Developer;
I'm a Full Stack Developer with a strong passion for learning new things. I believe that the world of technology is constantly evolving, and I'm always striving to expand my knowledge and skills.
In addition to being a Full Stack Developer, I'm also exploring a variety of other topics to broaden my horizons. My interests include web development, artificial intelligence and more!
Feel free to reach out to me at [email protected] if you'd like to connect or collaborate.
python
#!/usr/bin/env python3
__author__ = "Ved Prakash Gupta"
__copyright__ = f"Copyright (c) 2002 {__author__}"
__license__ = "Private Domain"
__version__ = "24.0.0"
import subprocess
res = subprocess.run(["python3" , "-c" , "print('Feel the Code not Write it')"],
capture_output=True, text=True
)
print("stdout:", res.stdout) # Output
if res.stderr != "" : print("stderr:", res.stderr) # Error
Check out my status page for updates on my projects and availability.
-
whisper.api ★ PINNED
This project provides an API with user level access support to transcribe speech to text using a finetuned and processed Whisper ASR model.
Python ★ 916 3mo agoExplain → -
subtitle ★ PINNED
Open-source subtitle generation for seamless content translation.
Python ★ 434 3mo agoExplain → -
realtime-interview-copilot ★ PINNED
Realtime Interview Copilot is a desktop application that assists users in crafting responses during interviews. It leverages real-time audio transcription and AI-powered response generation to provide relevant and concise answers.
TypeScript ★ 106 1mo agoExplain → -
whisper-openai-gradio-implementation ★ PINNED
Whisper is an automatic speech recognition (ASR) system Gradio Web UI Implementation
Python ★ 75 2y agoExplain → -
nexttalk-frontend ★ PINNED
NextTalk is a real-time chat application that supports both individual and group chats. This is the frontend codebase of the application built using Next.js and Prisma ORM. The database used is MongoDB.
TypeScript ★ 42 2y agoExplain → -
notebook ★ PINNED
Notebook is a web based application that stores client notes and client can easily share notes with a link Provide fully control to your note And you can also download your note in text file
JavaScript ★ 23 6mo agoExplain → -
AuthenticationSystem
A Simple API based Authentication System Implemented in nodejs and a Express template for creating Backend RestAPI
JavaScript ★ 33 3y agoExplain → -
innovatorved
Config files for my GitHub profile.
★ 30 6mo agoExplain → -
nexttalk-backend
NextTalk is a real-time chat application that supports both individual and group chats. This is the Backend codebase of the application built using Nodejs, GraphQl and Prisma ORM. The database used is MongoDB.
TypeScript ★ 27 3y agoExplain → -
VectorBase
Our powerful image search engine uses vector databases to store and search for similar images. Upload your images and use an input image to quickly identify the closest matches. With our app, you can easily organize and search your image collection with speed and accuracy. Try it today!
JavaScript ★ 22 2y agoExplain → -
discord-bot-that-run-Python-Program
Discord Bot that capable to run python programs right from your chat in discord server specific channel .You have to only connect the bot from the server and set the channel name
Python ★ 19 4y agoExplain → -
react-googledrive-upload
upload image directly to google drive from WEBUI
CSS ★ 19 3y agoExplain → -
LetsDo-with-TODO
A Simple todo application build at the top of nextjs and mongodb
JavaScript ★ 19 3y agoExplain → -
gray_scale_to_color_image
Transforming Black & White Image in to colored image. Upload a black and white image to see it colorized by our deep learning model.
Python ★ 18 3y agoExplain → -
Contkt-2.o
Real time Communication between 2peers using Web Socket. Communication between two client using their username. Only when both peers are connected through website. Website doesn't save the message state and History
JavaScript ★ 17 3y agoExplain → -
HousePrizePrediction
House Price Prediction using Supervised Machine Learning ( Linear Regression Model )
Jupyter Notebook ★ 12 3y agoExplain → -
vedgupta.in-old
Personal Portfolio Website made using Nextjs
TypeScript ★ 11 10mo agoExplain → -
copy-my-writing
Copy My Writing is a command-line tool for generating content based on your personal writing style.
Python ★ 11 9mo agoExplain → -
ImageColorizationUsingGAN
My Final Year B.tech Project for Image Colorization Using GAN
Jupyter Notebook ★ 11 2y agoExplain → -
Comptetive-Programing-cpp
No description.
C++ ★ 11 3y agoExplain → -
Peer-2-Peer-videocall
A WebRTC implementation of Peer to Peer videocall for desktop
JavaScript ★ 11 4y agoExplain → -
scroll-animation
Acroll Animation using Browser IntersectionObserver API
HTML ★ 10 3y agoExplain → -
VE3-assignment-vedgupta ▣
No description.
JavaScript ★ 9 3y agoExplain → -
contkt
A Web based Communication Plateform Online realtime Chat App
JavaScript ★ 9 4y agoExplain → -
link-preview
Link Preview App - paste your link and get the meta information
JavaScript ★ 9 4y agoExplain → -
tts-app
This application converts text or PDF documents into speech using the Kokoro-TTS and Chatterbox engine. It can process direct text input or extract text from PDF files for narration.
Python ★ 8 3mo agoExplain → -
chat-cloudflare-stack
AI Chat Webapp using cloudflare Stacks
TypeScript ★ 8 10mo agoExplain → -
TextManipulator
TextManipulator WebApp can be Used to Manipulate Your Text
TypeScript ★ 8 7mo agoExplain → -
C-Program
basic C program
C ★ 8 4y agoExplain → -
start-with-Java
Java Programs Repository Contains all basic or prior knowledge for start with Java
Java ★ 6 4y agoExplain → -
Razorpay-OrderIdGenrate-verification
Razorpay Order Id Genration and Webhook for verification of Payment capture
JavaScript ★ 6 4y agoExplain → -
API-Caching-and-RateLimiter
Express API ratelimiting and caching implementation using redis
JavaScript ★ 6 4y agoExplain → -
js-streams-handle
This repository contains a JavaScript application that demonstrates how to handle large amounts of data in a performant and efficient way using streams.
JavaScript ★ 5 3y agoExplain → -
WebScraping-extract-sanfoundry-mcq
Web Scrapping Project extract MCQ of any topic from sanfoundry.com in PDF form
Python ★ 5 5y agoExplain → -
redis-as-a-DB-redis-om
creating web app Using redis as a primary database redis-om (redis Object Mapping library) - Nextjs App
JavaScript ★ 5 4y agoExplain → -
Medium2.0-using-Sanity
No description.
TypeScript ★ 5 4y agoExplain → -
python-flask
Flask is an API of Python that allows us to build up web-applications. Flask is a good choice if you want a lightweight code base.
Python ★ 5 5y agoExplain → -
Pattern-and-array
Some of Important Array-SubArray and Pattern Problem and its Solution
C++ ★ 5 5y agoExplain → -
node-notify
Notification Library on webpage @developmentStage
CSS ★ 4 4y agoExplain → -
COVID19-Website ▣
CoronaUpdate is non-profit tool that gives the Update of COVID19 in India and its States. We send daily Update of COVID19 situation to Clients Mail . In the form of Plots and Bars. For easily Understand and Seeing .
HTML ★ 4 4y agoExplain → -
PythonBot
Bot that make your Work Easier
Python ★ 4 5y agoExplain → -
Native-Browser-Speech-Engine
Speaks text using the browser Web Speech API
TypeScript ★ 3 6mo agoExplain → -
how-to-create-chrome-extension
No description.
JavaScript ★ 3 5y agoExplain → -
Quizz-App-template
Basic Quiz App template for the Web Developers
JavaScript ★ 3 4y agoExplain → -
JSONProxyHolder
JSONProxyHolder project3 on 100days-of-projects (by CODEDAMN)
JavaScript ★ 3 4y agoExplain → -
regex_dataset
Just a regex dataset!
★ 2 1y agoExplain → -
html-static-template-viewer
View html files in browser present in static folder you can also change the path in path variable
HTML ★ 1 5y agoExplain → -
Covid19_Outbreak
No description.
Python ★ 1 6y agoExplain → -
pocketbase ⑂
Open Source realtime backend in 1 file
Go ★ 0 5d agoExplain → -
portfolio
This is my portfolio in astro!
TypeScript ★ 0 6d agoExplain → -
chatbot
Now this is a simple chatbot. I already removed all the crap from this.
TypeScript ★ 0 9d agoExplain → -
sayitdev
On-device AI and voice for Mac. dev CLI: UNIX tool, OpenAI-compatible server, speak/listen/transcribe — no cloud, no API keys.
Swift ★ 0 17d agoExplain → -
homebrew-tap
No description.
Ruby ★ 0 17d agoExplain → -
audiobook
Client-side PDF audiobook reader with AI voice, word-by-word highlighting, and OCR. No server required.
TypeScript ★ 0 19d agoExplain → -
portfolio-old
This is my portfolio.
TypeScript ★ 0 6mo agoExplain → -
winget
WinGet manifests
PowerShell ★ 0 1mo agoExplain → -
minimal
Minimal — text-only Android launcher with offline usage insights, focus mode, and app limits. No cloud.
Kotlin ★ 0 1mo agoExplain → -
image-fn
On-the-fly image transforms with Bun.Image. Paste a URL, resize, convert format, and share a link.
TypeScript ★ 0 2mo agoExplain → -
OpenMAIC ⑂
Open Multi-Agent Interactive Classroom — Get an immersive, multi-agent learning experience in just one click
TypeScript ★ 0 2mo agoExplain → -
winget-pkgs ⑂
The Microsoft community Windows Package Manager manifest repository
★ 0 2mo agoExplain → -
whisper.cpp ⑂
Port of OpenAI's Whisper model in C/C++
C++ ★ 0 3mo agoExplain → -
zed-api-client
HTTP client for Zed.
Rust ★ 0 3mo agoExplain → -
piano-web
Web Air Piano
JavaScript ★ 0 4mo agoExplain → -
resume-builder
resume-builder
TypeScript ★ 0 4mo agoExplain → -
tree-sitter-http ⑂
HTTP grammar for tree-sitter
JavaScript ★ 0 4mo agoExplain → -
draw
Web application that allows you to draw on a canvas and save your drawing as a .png file. The application is built using React and bun
TypeScript ★ 0 7mo agoExplain → -
Auto_Jobs_Applier_AI_Agent ⑂
Auto_Jobs_Applier_AI_Agent aims to easy job hunt process by automating the job application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in an automated and personalized way.
Python ★ 0 7mo agoExplain → -
search.vedgupta.in ⑂
A fast, local-first "search engine" for !bang users and me
TypeScript ★ 0 11mo agoExplain → -
talk2ai ⑂
AI voice chat application from first principles
TypeScript ★ 0 11mo agoExplain → -
imgfun
See the funny side of an Image!
TypeScript ★ 0 2y agoExplain →
No repos match these filters.