Contribute - Virinas-code/Crocrodile GitHub Wiki

Crocrodile

How to contribute ?

Training

You can train Crocrodile on your computer !

Requirements

  • A recent Python version
Minimum

2 Cores and 4 Go RAM

Optimum

4 Cores and 8 Go RAM

Steps

  • Make a fork of this repository
  • Clone the new git repository: git clone github.com/<username>/Crocrodile
  • Install requirements: pip install -r requirements.txt
  • Edit training configuration: basics_train.json file
  • Start training: python3 start.py basics
  • Add the new files: git add nns/
  • Commit: git commit -m "Training"
  • Push: git push
  • Go to GitHub and open a pull request from your fork

Done ! 👍

⚠️ **GitHub.com Fallback** ⚠️