Giter Club home page Giter Club logo

galatea's People

Contributors

alex-l-f avatar axelali avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

vynmera cyb3rwiz

galatea's Issues

Deep Learning based engine

/src/microservices/modules/emotion

Currently, we use a naive Bayes based solution.

I believe that we need to pursue a Deep Learning solution.
Did some testing but didn't get good results, the dataset was bad, will try to gather a new dataset and then try again.

H-1: Develop Stereo Vision development modules

Development of H-V-StereoVision Dev BETA

Generate a development system that features dual cameras for development.
Considerations:

  • USB Connection (Ideally)
  • Smallest as possible
  • Should be able to be mounted into normal glasses frames

Software: #11

EPIC-1: [H-R-Hand Type-A BETA] Augmentation hand module

Development of H-R-Hand Type-A BETA
Composed from
Modules:

  • H-R-Hand Type-A BETA
    • H-R-Hand-Wrist Type-A BETA
    • H-R-Hand-Palm Type-A BETA
    • H-R-Hand-Thumb Type-A BETA
    • H-R-Hand-Index Type-A BETA
    • H-R-Hand-Middle Type-A BETA
    • H-R-Hand-Ring Type-A BETA
    • H-R-Hand-Pinky Type-A BETA

Parts:

  • H-CB-Hand-Palm
  • Stepper Motors
  • H-V-StereoVision Dev BETA #8

Software:

  • S-C-I2C
  • S-M-V-StereoVision

This is a ExoSkeleton in the form of a glove controlled via software with input from H-V-StereoVision Dev BETA #8

H-CB-Hand-Palm: Control Board for Hand

Requirements:

  • Hardware
    • Includes 10 stepper drivers to control each one of the fingers listed in #9
      • Either A4988 or DRV8825 or L298N
    • ESP32 or similar MCU
    • Gyroscope + Accelerometer module
    • Optocouplers for I2C
    • Current Sensor for dignostics
  • Software
    • I2C communication
    • Diagnostics over wifi
    • S-M-StereoVision from #8

Improvements to Async database creation

/src/microservice/modules/emotion

Currently, we save everything in a variable and then using /save we download that file and purge the variable.

Didn't find an easy AsyncIO way to append to a file.

S-MS-Proxy: Proxy Routing microservice

Develop a proxy similar to http://anyproxy.io/en/

Desired features:

  • Either NodeJS or GOlang
    • Prioritize speed
  • Supports HTTP/2 (SSL if possible)
  • Website configuration tool
    • Import/Export configs
  • Has CLI as well
    • have a --config parameter to pass a json config
  • Unit and Integration Tests

How Should it behave:

  route: {
    in: {
      stringMatcher: "order/add",
      port: 8080,
      methods: ["POST"],
      passQuery:true
    },
    out: { endpoint: "add", domain: "localhost", port: 8080 }
  }

This will connect incomming POST localhost:8080/order/add?order=123 to localhost:9000/add?order=123

  route: {
    in: {
      regexMatcher: "/\.(jpg)$/",
      port: 3000,
      methods: ["GET"],
      passPath: true
    },
    out: { endpoint: "files/", domain: "localhost", port: 8080 }
  }

This will connect incoming GET localhost:3000/myFile.jpg to localhost:8080/files/myFile.jpg

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.