We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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):
The text was updated successfully, but these errors were encountered: