Git Product home page Git Product logo

laika's Introduction

Hi there 👋

  • 👨‍💻 I'm a self-taught JavaScript developer;
  • 🇧🇷 I live in Rio de Janeiro, Brazil;
  • ❤️ I love working with TypeScript, React, Next.js and NestJS;
  • 👷 Also, I have experience with React Native, Ruby on Rails and Python;
  • 🌱 I’m currently learning about advanced state management, natural language processing, speaking Esperanto and jazz piano;
  • 📫 How to reach me: LinkedIn;

laika's People

Contributors

flplima avatar p-samuel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

laika's Issues

Padrão para contribuição

Não sei como deveria ser o padrão de uma Issue, se inglês ou português, como meu inglês ainda é básico, preferi escrever em português já que não existe um padrão (ainda).

Eu gostaria muito de contribuir com o projeto, então você poderia escalar as contribuições criando algumas coisas como:

  • Um arquivo em Markdown explicando como podemos contribuir e quais são os padrões desejados.
  • Criar um padrão para issues.
  • Explicando como funciona o arquivamento das mensagens, se elas são guardadas no banco de dados e se é possível o usuário fornecer uma resposta a mais para ser guardada no banco, visto que o sistema é uma IA e deve aprender sozinha a cada dia para que possa ser melhor etc.

Show old messages when opening the app

What would you like to be added:
All messages sent and received are saved in the MongoDB database, however, they are currently not displayed when the app opens.

Why is this needed:
We need that when the app opens, send an event to the server (through socket.io), and the server responds with the old messages saved in the database. Then the React app can render them on the screen, just like any messaging app.

Is your enhancement request related to a problem? Please describe.
It is frustrating when you send many messages and restart the app and see that they are not there, even being saved in the database.

It would be even better if the server returned a limited number of messages (for example, 20), and loaded more as the user scrolled through the app. That is, an infinite loading. But that could be an improvement for an upcoming release.

Microphone support

What would you like to be added:
Integration with Web Speech API

Why is this needed:
It would be really cool if we could talk to Laika using the device's microphone just as it is with most personal assistants.

How to do it

  1. Replace the "Send" button in the React app with a microphone button when there is no text entered by the user
  2. When clicking on the "Microphone" button, activate the Web Speech API to recognize the device's audio and transform it into text.
  3. When you release the "Microphone" button, take the generated text and send it as a text message normally.

Links that can help:

https://www.google.com/intl/en/chrome/demos/speech.html

https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API

https://tutorialzine.com/2017/08/converting-from-speech-to-text-with-javascript

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.