Git Product home page Git Product logo

hri's Introduction

1. Initial Setting

1.1 Install Anaconda on the NUC PC

  • Visit the Anaconda Distribution page.

  • Download the recommended version of Anaconda for Linux.

    • Ubuntu 22.04 was used for existing projects.
  • Run the downloaded Install File.

    bash "downloaded Install File name".sh
    
  • Press Enter, answer 'yes', press Enter again to confirm the location.

  • answer 'yes' to initialize Anaconda3 by running conda init.

  • Update the bashrc

    source ~/.bashrc
    
  • The installation is complete if (base) appears before the command.


1.2. Install pip on the Linux.

  • Update system repository.

    sudo apt update
    sudo apt upgrade -y
    
  • Install Python3 pip.

    sudo apt install python3-pip -y
    
  • Confirm the Pip Version and Installation

    pip3 --version
    

1.3. Install git on the Linux.

  • Update system repository.

    sudo apt update
    sudo apt upgrade -y
    
  • Install git.

    sudo apt install git -y
    
  • Confirm the Git Version and Installation.

    git --version
    

1.4. Make or Clone "HRI" folder in Home.

  • All modules worked and ran from HRI folder within Home path.
    git clone https://github.com/WoongDemianPark/HRI.git
    cd HRI
    

2. MicArray Module Setting

Follow the MicArray Module setting guide.


3. Speaker Diarization (diart) Module Setting

Follow the Speaker Diarazation (diart) Module setting guide.


4. Face & Emotion Recognition Module Setting

Follow the Realtime Face Detection and Emotion Recognition Module setting guide.


5. Robot Facial Expression Module Setting

Follow the Robot Facial Expression Module setting guide.


6. Combined Robot Facial Module Setting

Follow Face Detection/Recognition/Expression Module setting guide.


7. Speech to Text Module Setting

Follow the Speech to Text Module setting guide.


hri's People

Contributors

woongdemianpark avatar cjs0818 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.