Skip to content

agilous/transcat

Repository files navigation

TransactionCategorization Rails App

A simple Rails application that categorizes banking transaction via Machine Learning (AI). Here's the Roadmap detailing development plans.

Build Status

Dependencies

  • asdf
  • PostgreSQL - Tested with PostgreSQL 14 but earlier versions should work.

Setup

Check out the code:

git clone git@github.com:agilous/transcat.git

On a * nix environment, just run:

cd transcat # presuming you ran the command above and did not rename the directory
asdf install
./bin/setup

and you should be setup to go.

Contributing

How to Contribute to Open Source offer's the best advice. Don't forget to add tests!

tl;dr

  1. Fork it!
  2. Create your feature branch: git checkout -b cool-new-feature
  3. Commit your changes: git commit -am 'Added a cool feature'
  4. Push to the branch: git push origin cool-new-feature
  5. Create new Pull Request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published