Skip to content
View innovatorved's full-sized avatar
:octocat:
Remote Developer
:octocat:
Remote Developer

Highlights

  • Pro
Block or Report

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.

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

Typing SVG

I'm @innovatorved, and 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__	= "21.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.

⚡ Ved Gupta GitHub Stats & Language used
innovatorved GitHub Stats

Pinned

  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 841 34

  2. nexttalk-frontend nexttalk-frontend Public

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

    TypeScript 44

  3. Prenotebook Prenotebook Public

    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

  4. Contkt-2.o Contkt-2.o Public

    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 …

    JavaScript 17

  5. whisper-openai-gradio-implementation whisper-openai-gradio-implementation Public

    Whisper is an automatic speech recognition (ASR) system Gradio Web UI Implementation

    Python 69 15

  6. subtitle subtitle Public

    Open-source subtitle generation for seamless content translation.

    Python 231 3