Diego-Lopes-Ferreira / artificial

A place where I test stuff and share

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diego's artifical intelligence lab?

This repo is made out of a lot of diferent things. The python scripts are used to see the camera and create a server and a client for a socket connection.

The electron app is used as a UI to comunicate with the python scripts and show the messages on screen.

Runing the Electron App:

Make sure you have NodeJS installed

$ npm install  // install dependencies
$ npm start    // start development server

Running the python scripts:

Make sure you have python installed

The socket server and client:

Open two diferent shells and run this commands (first server, then client)

$ python socket/server.py
$ python socket/client.py

The openvc scripts:

First, you need to install opencv:

$ pip install opencv-python

Then run the scripts

$ python opencv/camera.py

About

A place where I test stuff and share


Languages

Language:HTML 38.1%Language:Python 33.1%Language:CSS 16.3%Language:JavaScript 12.5%