Skip to content

A bachelor thesis researching how AI can be integrated in an upcycling process

Notifications You must be signed in to change notification settings

upcycling-kandidat/kandidat-training

Repository files navigation

chair-training

Prerequisite

You will need to have conda installed on the system. Miniconda should suffice install miniconda

Clone the repo

git clone git@github.com:upcycling-kandidat/chair-training.git
cd chair-training

Create a new conda environment

conda env create --file environment.yml

This will look for the environment.yml file and create a new environment called chair-training. To activate this new environment, run the following command:

conda activate chair-training

Datasets

The datasets used for training are available on Roboflow. The datasets are available in the following links:

Environment

Conda was used to setup a local testing environment

Update the environment.yml file with the new dependencies and run the following command to update the environment:

conda env update --file environment.yml --prune

About

A bachelor thesis researching how AI can be integrated in an upcycling process

Topics

Resources

Stars

Watchers

Forks