Skip to content

MaciejWojt/augmentation_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages