Skip to content

PedroPCardonaA/IDATT2502-python

Repository files navigation

Wastify - machine learning application for identifying trash

Prerequisites

Clone the Github Repo to get the code.

Ensure that the requirements are installed in a correct way. Please adhere to the guide below:

Linux

sudo apt install python3 python3-pip python3-venv

Windows

Install Python3

Alternative: Use WSL with Ubuntu and follow commands for Linux.

Setup

Linux and MacIOS

Create the venv in the parent folder of the cloned repo. python3 -m venv __NAME__

Activate the venv. source __NAME__/bin/activate

Windows

Create the venv in the parent folder of the cloned repo. python3 -m venv __NAME__

Activate the venv. .\__NAME__\Scripts\activate

Install

Navigate into the project folder.

Install requirements using: pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages