Skip to content
View innovatorved's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report innovatorved

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
innovatorved/README.md

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 vedgupta@protonmail.com if you'd like to connect or collaborate.

#!/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.

Pinned Loading

  1. whisper.api whisper.api Public

    This project provides an API with user level access support to transcribe speech to text using a finetuned and processed Whisper ASR model.

    Python 914 38

  2. subtitle subtitle Public

    Open-source subtitle generation for seamless content translation.

    Python 436 17

  3. realtime-interview-copilot realtime-interview-copilot Public

    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 prov…

    TypeScript 124 25

  4. resume-builder resume-builder Public

    Modern LaTeX resume builder with real-time vector PDF preview, AI copilot ATS tailoring, and multi-source evidence library built on Astro, Cloudflare, and Turso.

    TypeScript

  5. sayItflow sayItflow Public

    100% on-device push-to-talk voice dictation for macOS. Near-zero idle footprint. Powered by Voz + S1-mini.

    Swift

  6. sayitdev sayitdev Public

    On-device AI and voice for Mac. dev CLI: UNIX tool, OpenAI-compatible server, speak/listen/transcribe — no cloud, no API keys.

    Swift