Skip to content

Latest commit

 

History

History
87 lines (54 loc) · 2.73 KB

README.MD

File metadata and controls

87 lines (54 loc) · 2.73 KB

ALPHA-7 Welcome Robot

Introduction

Alpha-7 is a friendly robot designed to welcome visitors at exhibitions. It's made specifically for this purpose, using face detection to greet people as they arrive. It has three main jobs: saying hello, guessing how old people are, and figuring out if they're men or women based on their faces. It uses special models called "age-net.caffemodel" and "gender-net.caffemodel" to do these tasks. What's cool is that Alpha-7 talks in a male voice to women and a female voice to men, making the welcome feel more personal. It's all about making guests feel at home when they visit the exhibition.

IMAGE

Technology and Frameworks

  • Python 3.6
  • pyttsx3
  • speech_recognition
  • soundfile
  • imutils
  • pygame

Configuration & Setup

  • Install pyttsx3

    pip install pyttsx3
    
  • Install speechRecognition

    pip install SpeechRecognition
    
  • Install soundfile

    pip install soundfile
    
  • Install imutils

    pip install imutils
    
  • Install pygame

    pip install pygame
    

Execution

python run.py

Outputs

IMAGE

IMAGE

IMAGE

Reference

IMAGE

Contact

Website:

Visit

Social Media:

LinkedIn Facebook WhatsApp Instagram X.COM Kaggle TikTok YouTube