Skip to content
View nikhilnair31's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report nikhilnair31

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

Hi

Hi, I'm Nikhil 👋

Who Am I?

I code (like a lot). Got an undergrad in Mining Engineering at NITK Surathkal, pivoted hard into analytics in healthcare consultancy, now persuign a Masters in Business Analytics at UT Austin. Really into LLMs and Genrative AI currently so trying to explore the space with various projects.

What I've Built

MIA MIA is an AI companion app designed to turn smartphones into memory assistants. It can capture, transcribe, and securely store the user's real-world conversations.

YouTube Shorts Generator Designed a platform to create captivating YouTube Shorts by extracting posts from Reddit using the PRAW API, crafting titles and descriptions with GPT‐4, and generating thumbnails and visuals with Stability AI’s Stable Diffusion model

Instagram Like Predictor Created a tool to estimate likes on Instagram posts, utilizing data fetched via Instaloader and analyzed with the XGBoost model, offering users a glimpse into the potential impact of their content

Music Genre Classifier Created a system with multiple approaches (conventional ML, CNNs, RNNs) to classifying music into 1 of 10 distinct genres using the GTZAN dataset

brainFart It's a platform for sharing ideas for games/apps/startups. Allows users to upvote/downvote ideas by their utility. Also used an AWS Lambda function that hooks into OpenAI's GPT-4 API on a schedule, to generate ideas based on data scraped from Reddit

Corporate Conundrum: Hunt for the Secret Shaft Corporate Conundrum is a puzzle game powered by GPT that challenges players to use their social engineering skills to uncover the location of a secret shaft hidden within a corporate building

DeSo (defunct) It's a decentralized social platform where users can post their thoughts and images and mint them into NFTs. Built using Gun JS for the decentralized database/authetication and Solidity for the NFT minting smart contracts. The smart contract was then deployed temporarily on the Rinkeby tesnet and eventually on the Polygon Mainnet

iselontweetingaboutcryptoagain (defunct) A website that overlays historical cryptocurrency prices with Elon Musk's tweets in realtime, for users to infer the degree of his influence on the market. Also used an AWS Lambda function to extract his tweets on an hourly schedule using Twitter's API

tasks.ai (defunct) This a tasks and reminders app that uses a user's phone usage data to forecast the best time to remind them

Find more on my website.

Stats

GitHub Stats Top Langs

Languages and Tools:


Pinned

  1. MIA-App MIA-App Public

    MIA is an AI companion app designed to turn smartphones into memory assistants. It can capture, transcribe, and securely store the user's real-world conversations.

    Kotlin

  2. MIA-Audio-Lambda MIA-Audio-Lambda Public

    AWS Lambda function with an S3 trigger. Used to transcribe an S3 audio file.

    Python

  3. MIA-Audio-Pre-Lambda MIA-Audio-Pre-Lambda Public

    AWS Lambda function with an API endpoint. Receives an audio file and cleans it using Spleeter, normalizes volume and removes silent section using PyDub.

    Python

  4. YouTube-Shorts-Generator YouTube-Shorts-Generator Public

    Generate YouTube Shorts using Reddit posts scraped with PRAW, title and captions generated with GPT, images and thumbnails generated with Stable Diffusion and voiceover with 11Labs

    Jupyter Notebook 48 12

  5. SpectroTune---Genre-Classifier SpectroTune---Genre-Classifier Public

    A system with multiple approaches (conventional ML, CNNs, RNNs) to classifying music into 1 of 10 distinct genres using the GTZAN dataset

    Jupyter Notebook 1

  6. brainFart brainFart Public

    A social platform for sharing ideas for games, apps, startups etc. Allows users to upvote or downvote ideas by their utility. Also used an AWS Lambda function that hooks into OpenAI's GPT3 API on a…

    JavaScript 1