Danie12345 / sample-ai

Exercise for using numpy and pandas to make a simple AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample AI

This repo is just a practice for making AI in Python 3.9+.


Try it

To create the virtual environment run: python -m venv path\to\repo\venv

To install dependencies from requirements.txt run: python -m pip install -r requirements.txt

To add a dependency run: python -m pip install DEPENDENCY

To update requirements.txt run: python -m pip freeze > requirements.txt

For more help see the docs on virtual environments and how to install from requirements here.


Author

About

Exercise for using numpy and pandas to make a simple AI