Skip to content

ahmetgursel/cv-self-driving-prac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self driving car practice project

This is a school project. Now it can only find the lines. In the following days, many extra features will be added such as classification of traffic signs.

for Windows

  • python Version: 3.8.6
  • pip
  • venv
  1. Open the folder in terminal where you want to download project and run these codes
git clone https://github.com/ahmtgursel/cv-self-driving-prac.git 
  1. open folder
cd cv-self-driving-prac
  1. create venv
python -m venv venv
  1. go to Scripts folder
cd venv\Scripts
  1. Activate venv
activate.bat
  1. go back to main folder
cd ..\..
  1. install requirements.txt
pip install -r requirements.txt
  1. open app folder
cd app
  1. run app
python app.py

About

Self driving car practice with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages