Giter VIP home page Giter VIP logo

speer.ai's Introduction

Dexter

Installation

Installing Core packages

cd Core

set up virtual environment and install requirements

python3 -m venv env

on Linux/Mac run source env/bin/activate

or on Windows run env\Scripts\activate.bat

-Make sure pip is up to date via python -m pip install --upgrade pip

On windows, a manual download of PyAudio may be required. To do this, go to https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio and download the version that corresponds to your version of Python. (Example: Python 3.9 64-bit is equivalent to PyAudi-0.2.11-cp39-cp39-win_amd64.whl) Once downloaded, open the command line at the .whl file's directory and type: pip install _______.whl

(...If using a mac, pyaudio may not install correctly without portaudio.) (To install portaudio on mac, first install homebrew with ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)) (This may require your password twice.) (after that, use run brew install portaudio)

pip install pywin32

Now, install the rest of the requirements

pip install -r requirements.txt

Two additional downloads are needed

python3 -m spacy download en_core_web_sm

Installing Dashboard packages

cd Dashboard

Running Applications

Running Core

cd Core

python main.py

to launch individual components, run either python test_dexter.py or python test_gesture.py

Running Dashboard

Install nodejs at https://nodejs.org/en/download/ check if it is installed with node -v and npm -v

cd Dashboard

npm install

npm start

speer.ai's People

Contributors

absomivotch avatar camswp avatar fitzyeris avatar georgeludev avatar nspeer12 avatar

Watchers

 avatar  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.