A simple Rails application that categorizes banking transaction via Machine Learning (AI). Here's the Roadmap detailing development plans.
- asdf
- PostgreSQL - Tested with PostgreSQL 14 but earlier versions should work.
Check out the code:
git clone [email protected]: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.
How to Contribute to Open Source offer's the best advice. Don't forget to add tests!
- Fork it!
- Create your feature branch:
git checkout -b cool-new-feature
- Commit your changes:
git commit -am 'Added a cool feature'
- Push to the branch:
git push origin cool-new-feature
- Create new Pull Request.