Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matii96/ai-classes
Repository for ai classes exercises
https://github.com/matii96/ai-classes
Last synced: 14 days ago
JSON representation
Repository for ai classes exercises
- Host: GitHub
- URL: https://github.com/matii96/ai-classes
- Owner: Matii96
- Created: 2020-10-21T14:56:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T17:03:17.000Z (about 4 years ago)
- Last Synced: 2024-11-07T07:54:33.754Z (2 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
Repository for ai classes exercises. In each directory files named ex\*.py are exercises of given laboratory.
## Installation
```bash
$ conda env create -f ai-classes.yml
$ conda activate ai-classes
```