Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

james-p-foster/foundations-of-is-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for EEE6772 -- Foundations of Intelligent Systems Class

Installation Instructions

  1. Clone this repo:
    git clone https://github.com/james-p-foster/foundations-of-is-class.git
    
  2. Ensure that you have the package manager conda installed on your system.
  3. Create a conda virtual environment for this repo:
    conda create --name foundations-of-is-class python=3.8
    
  4. A requirements.txt file is provided that will install the necessary packages. From inside your conda environment:
    pip install -r requirements.txt
    
  5. Navigate to the subdirectory you are interested in (e.g. project1), and follow the README.md in that subdirectory for details on how to run the code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages