A Flask-based cash flow tracking system with AI-powered analysis, designed for startups and small businesses.
- 🤖 AI-powered financial analysis and forecasting
- 📊 Interactive charts and visualizations
- 📥 Bulk transaction upload
- 👥 Multi-user support
- 💼 Business-oriented UI/UX
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables
- Run migrations:
flask db upgrade
- Start the server:
flask run
For detailed instructions on installation, configuration, and usage, please refer to our:
- Backend: Flask, SQLAlchemy, Python 3.9+
- Frontend: JavaScript, Chart.js, Bootstrap 5
- Database: PostgreSQL/SQLite
- AI/ML: Anthropic Claude API
- DevOps: Docker, GitHub Actions
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For support, please:
- Check the User Guide
- Search existing issues
- Create a new issue if needed
- Flask community
- Chart.js team
- Anthropic for AI capabilities
- All contributors