Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 794 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 794 Bytes

augmentation_project

This project implements a data augmentation tool for neural networks.

Project setup on Windows/Mac:

  1. install anaconda from official website: https://www.anaconda.com/
  2. enter Anaconda Navigation
  3. click the button environments and click import
  4. choose from project location "environment.yml" (if you use Macos, then choose environment_MAC.yml)
  5. run environment (click green button with arrow) and choose "Open Terminal"
  6. cd "path/to/project/directory"
  7. python app.py

Project setup on Linux(Ubuntu 24.04):

  1. Follow this tutorial from 0:00 to 18:15: https://www.youtube.com/watch?v=1Tr1ifuSh6o
  2. cd "path/to/project/directory"
  3. in miniconda base environment run commmand: conda env create -f environment_LINUX.yml
  4. python app.py