scratchai
scratchai is a Deep Learning library that aims to store all Deep Learning algorithms. With easy calls to do all the common tasks in AI.
File Explorer
Download Latest Version (.zip)- config.yml
- FUNDING.yml
- __init__.py
- deepfool.py
- fast_gradient_method.py
- noise.py
- pgd.py
- saliency_map_method.py
- semantic.py
- __init__.py
- README.md
- utils.py
- camvid_code.txt
- get_camvid.sh
- get_fashion_mnist_data.sh
- __init__.py
- color_code.py
- DataLoader.py
- DatasetLoader.py
- ImageLoader.py
- SegLoader.py
- __init__.py
- labels.py
- README.md
- train.py
- __init__.py
- clflearner.py
- learner.py
- metrics.py
- quicktrain.py
- __init__.py
- alexnet.py
- googlenet.py
- lenet.py
- resnet.py
- vgg.py
- __init__.py
- cycle_gan.py
- __init__.py
- enet.py
- unet.py
- __init__.py
- image_transformation_net.py
- __init__.py
- common.py
- utils.py
- __init__.py
- README.md
- urls.py
- __init__.py
- _config.py
- imgutils.py
- init.py
- one_call.py
- utils.py
- __init__.py
- test_attacks.py
- test_learners.py
- test_loaders.py
- test_metrics.py
- test_nets.py
- test_one_calls.py
- test_utils.py
- README.md
- .gitignore
- CONTRIBUTING.md
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/iArunava/scratchai
Downloads the entire project code from GitHub to your computer.
cd scratchai
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
