Note: Project is underdevelopment. Alpha release will be announced as soon as a functionable prototype is ready for testing.
An AI Financial tracker that helps you organise your spendings and tells you how to save money.
- Tell the AI your goals, necessities, income and so on
- Organize your spendings by month
- Upload your Bank statements or manually enter your spendings
- Automatically arranges your spendings into meaningful categories like food,shopping, rent and so on
- A summary and analysis of your spending
- With an finical assistant that will guide you to better money management
Note: Frlin is not a vibe coded project. If any GenAI is used it is used as you would use google. A contributor might use it to help fix their grammar, but no AI is supposed to be used in writing code.
-
Clone the repo:
git clone https://github.com/ImRAryan/Frlin
-
Install Backend requirements
cd backend pip install -r requirements.txt -
Install Frontend requirements
cd frontend npm install -
Creare the required
.envfile
-
Run Backend server
cd backend python main.py -
Run Frontend server
cd frontend npm run dev