Contribute - Virinas-code/Crocrodile GitHub Wiki
You can train Crocrodile on your computer !
- A recent Python version
2 Cores and 4 Go RAM
4 Cores and 8 Go RAM
- 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.jsonfile - 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 ! 👍