Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categorize expenses #1

Open
avamsi opened this issue Mar 16, 2024 · 0 comments
Open

Categorize expenses #1

avamsi opened this issue Mar 16, 2024 · 0 comments

Comments

@avamsi
Copy link
Owner

avamsi commented Mar 16, 2024

FWIW, here's an initial mapping derived from actual expenses from the past couple years (thanks to Gemini Pro 1.5 -- https://aistudio.google.com/app/prompts/1xrdWNpzVMs_0xr4DJnldeHp8Fi65ghoY):

  const foodKeywords = ["SWIGGY", "ZOMATO", "FOODLAND", "GROFERS", "BIGBASKET", "KFC", "DOMINOS", "CAFE", "RESTAURANT"];
  const travelKeywords = ["AIR", "HOTEL", "TRIP", "MAKEMYTRIP", "CLEARTRIP", "UBER", "RED", "BUS", "MRT"];
  const shoppingKeywords = ["AMAZON", "FLIPKART", "MYNTRA", "H&M", "ZARA", "ADIDAS", "CROCS", "TITAN", "SHOPPERS"];
  const utilitiesKeywords = ["AIRTEL", "PAYTM", "MOBIKWIK", "ELECTRICITY", "WATER", "GAS"];
  const healthcareKeywords = ["HOSPITAL", "PHARMACY", "MEDICAL", "APOLLO", "MANIPAL", "SAKRA"];
  const entertainmentKeywords = ["BOOKMYSHOW", "CINPOLIS", "SPOTIFY", "YOUTUBE"];
  const fuelKeywords = ["PETROL", "OIL", "HPCL", "IOCL", "BHARAT"];
  const personalCareKeywords = ["SALON", "SPA", "BEAUTY", "BUBBLES", "STYLE WAVES"];
  const financeKeywords = ["AXIS", "HDFC", "ICICI", "PAYZAPP", "SIMPL", "CRED", "ZERODHA"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant