Skip to content

cs571 project: fridge arrangement using artificial intelligence

Notifications You must be signed in to change notification settings

nathanhyao/cs571-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS571 Project

CS571 Project - Fridge Arrangement Algorithm

Getting Started

  1. In items.py, select items by their and define fridge space.
  2. Run algorithm.py with python3 algorithm.py.

Other

Python Virtual Environments

  1. Create python virtual environment with python -m venv myenv.
  2. To activate a python virtual environment named 'myenv': for MacOS run source myenv/bin/activate; for Windows run myenv\Scripts\activate.
  3. Exit python virtual environment by running deactivate.

About

cs571 project: fridge arrangement using artificial intelligence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages