-
Add a expense of rs 250 for ola I took to work Processes Query and adds into Db.
-
What is my total expense this month? Processes query, find relavant data rows and returns a natural response with total.
-
Categorical Search --> How much did I spend on food this month? Processes query, find categorically correct rows and returns a breakdown in natural language with total.
-
Hinglish support
- Natural language query to from whatsapp to backend via twilio.
- Convert Natural language query to relavant sql query using LLM.
- Hit Postgres with the sql query.
- Use recieved Data as context, along with user query to LLM.
- Get Natural Language Response.
GET /| Parameter | Type | Description |
|---|---|---|
| None | None | 302 code to redirect to this repo |
POST /whatsapp| Parameter | Type | Description |
|---|---|---|
body |
string |
Singular CRUD API for expense tracking via whatsapp |
- Securing API, open currently to test and ship fast.
- Better text to SQL models.
- Semantic search on db rows, getting higher accuracy of fetching data. example coffee and kapi are essentially the same thing.
- Backend is inactive, redirects / to the repo, only /whatsapp is active currently.



