Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.58 KB

README.md

File metadata and controls

63 lines (45 loc) · 1.58 KB

Cash Flow Tracking System

A Flask-based cash flow tracking system with AI-powered analysis, designed for startups and small businesses.

Features

  • 🤖 AI-powered financial analysis and forecasting
  • 📊 Interactive charts and visualizations
  • 📥 Bulk transaction upload
  • 👥 Multi-user support
  • 💼 Business-oriented UI/UX Cash Overview AI Analysis

Quick Start

  1. Clone the repository
  2. Install dependencies: pip install -r requirements.txt
  3. Set up environment variables
  4. Run migrations: flask db upgrade
  5. Start the server: flask run

Documentation

For detailed instructions on installation, configuration, and usage, please refer to our:

Tech Stack

  • Backend: Flask, SQLAlchemy, Python 3.9+
  • Frontend: JavaScript, Chart.js, Bootstrap 5
  • Database: PostgreSQL/SQLite
  • AI/ML: Anthropic Claude API
  • DevOps: Docker, GitHub Actions

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For support, please:

  1. Check the User Guide
  2. Search existing issues
  3. Create a new issue if needed

Acknowledgments

  • Flask community
  • Chart.js team
  • Anthropic for AI capabilities
  • All contributors