Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eric-canas/babyrobot

BabyRobot project
https://github.com/eric-canas/babyrobot

computer-vision deep-learning face-recognition python raspberry-pi reinforcement-learning robotics socket

Last synced: 23 days ago
JSON representation

BabyRobot project

Awesome Lists containing this project

README

        

# BabyRobot

For connecting:
```bash
ssh pi@raspberrypi
password: password
```

### For downloading the project:
```bash
curl -s https://raw.githubusercontent.com/Eric-Canas/BabyRobot/main/download.sh | bash -s
```

### For executing it:

```bash
python3 ./main.py [server_ip]
```

(Additionally if mode Client is activated, another instance should be open in another computer (in mode Server))

## Description of the project:

### Hardware Structure:

![Alt text](DescriptionImages/HardwareStructure.PNG?raw=true "Hardware Structure")

### Vision Engine:

![Alt text](DescriptionImages/VisionEngine.PNG?raw=true "Vision Engine")

### Reinforcement Learning Engine:

![Alt text](DescriptionImages/ReinforcementLearningEngine.PNG?raw=true "Reinforcement Learning Engine")