Skip to content

ComputerScienceHouse/bits-n-bytes-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bits 'n Bytes (AI)

Bits 'n Bytes is a next generation vending machine by Computer Science House. This repository contains the software for our AI pipeline that uses a custom version of Ultralytics YOLO to detect commercially available items like Sour Path Kids, Brownie Brittle, and Mike and Ikes.

Local Setup

To contribute to this repository, you will first need to set up a local running version.

1. Prerequisites: Python 3.10

Python 3.10 is required for this to run on your system. If you're on MacOS, you probably already have Python 3.10! Open a terminal sessions and type python3.10 --version to make sure it exists.

2. Clone this repository

Clone this repository somewhere on your system.

3. Create a Python 3.10 virtual environment and install dependencies

Create a virtual environment for this project using your Python 3.10 install.

python3.10 -m venv .venv # Create virtual environment
source .venv/bin/activate # Activate virtual environment
pip install -r requirements.txt # Install dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published