Skip to content

Instantly share code, notes, and snippets.

View HighnessAtharva's full-sized avatar
:electron:
PRO

Atharva Shah HighnessAtharva

:electron:
PRO
View GitHub Profile
  • I am part of the archipelago known for my diverse landscapes, including volcanic craters, lush greenery, and geothermal features.

Sao Miguel

  • I am a slow-cooked stew that symbolizes the resourcefulness of Kabo Verdean people.

Feijoada

  • My dance form is characterized by elaborate costumes, facial expressions, and graceful movements, depicting Indian mythology.

Kathakali


Sure, I'll elaborate on each point with more confidence and clarity, while avoiding repetition:
| Problem | Solution | Differentiator | Impact |
|---------|----------|-----------------|--------|
| Banks grapple with processing thousands of client emails daily, leading to operational inefficiencies and potential compliance risks. | Our solution harnesses the power of Natural Language Processing (NLP) and Machine Learning (ML) to intelligently classify and route emails based on their content and intent, automating a previously manual and error-prone process. | Leveraging native AI capabilities, our solution trains algorithms to accurately assess email intent, enabling more granular and contextual classification compared to traditional rule-based approaches. | By automating email classification, our solution delivers faster processing times, increased operational efficiency, and reduced risk exposure, allowing banks to reallocate valuable resources to higher-value activities. |
| Manual review of client emails
@HighnessAtharva
HighnessAtharva / urltomd.py
Last active February 5, 2024 19:27
Batch Markdownify URLs
import requests
from bs4 import BeautifulSoup
import sys
def get_page_title(url):
"""
Fetch the title of a webpage from its URL.
Args:
url (str): The URL of the webpage.

VSCode Extension List

aaron-bond.better-comments
akamud.vscode-theme-onedark
austenc.tailwind-docs
batisteo.vscode-django
bibhasdn.django-html
bierner.markdown-emoji
Bito.Bito
<!-- reset scratch variables at the start -->
{{ $.Scratch.Set "bl_author" false }}
{{ $.Scratch.Set "bl_source" false }}
{{ $.Scratch.Set "bl_link" false }}
{{ $.Scratch.Set "bl_title" false }}
{{ if .IsNamedParams }}
{{ $.Scratch.Set "bl_author" (.Get "author") }}
{{ $.Scratch.Set "bl_source" (.Get "source") }}
{{ $.Scratch.Set "bl_link" (.Get "link") }}
@HighnessAtharva
HighnessAtharva / spotify-dl.md
Last active March 4, 2023 10:21
Spotify-DL Handy Commands

Package - Spotify-DL

Download Album/Playlist

spotifydl [SPOTIFY ALBUM/PLAYLIST URL]

@HighnessAtharva
HighnessAtharva / yt-dlp.md
Last active March 4, 2023 10:18
YT-DLP Handy Commands

To download HQ 1080p60fps video playlist

yt-dlp --yes-playlist --progress -S "res:1080,fps" [URL]

download highest quality mp3s with metadata

yt-dlp --ignore-errors --format bestaudio --extract-audio --audio-format mp3 --audio-quality 0 --add-metadata --output "%(title)s.%(ext)s" --yes-playlist [URL]