https://github.com/helloimkevo/pyai-selfdrivingcar
Repo for a Plural Sight project for Machine Learning with Pytorch
https://github.com/helloimkevo/pyai-selfdrivingcar
ai pluralsight-course python pytorch
Last synced: about 2 months ago
JSON representation
Repo for a Plural Sight project for Machine Learning with Pytorch
- Host: GitHub
- URL: https://github.com/helloimkevo/pyai-selfdrivingcar
- Owner: HelloImKevo
- Created: 2020-02-01T21:35:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T21:56:35.000Z (over 6 years ago)
- Last Synced: 2025-07-31T11:30:57.809Z (11 months ago)
- Topics: ai, pluralsight-course, python, pytorch
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyAi-SelfDrivingCar
Repo for a Plural Sight project for Machine Learning with Pytorch

# Project Dependencies
```
$ sudo python3 -m ensurepip
$ pip3 --version
$ pip3 install pytest
$ pytest --version
$ pip3 install pylint
$ pip3 install pytest
$ pip3 install kivy
$ pip3 install torch
```
# PyCharm Interpreter Setup
To fix "unresolved references" errors in individual
python packages, you'll need to right click directories
with module imports, right click, and select
"Mark Directory As... Sources Root"
Inspect the `.idea/misc.xml` file and confirm that the jdk-name
is "Python 3.7", and not "Python 3.7 (Project Name)".
Inspect the `.idea/Project.iml` file and confirm there is an
order entry for:
```
```