Git Product home page Git Product logo

talkpocket's Introduction

TalkPocket

Idea:

  • Access Pocket feed from user
  • Retrieve text from pocketed articles
  • Apply text to speech to said articles using Watson text to speech API
  • Clean and save URL entry to Cassandra and associate it with an ID
  • Save MP3 file in Minio and associate it with the ID saved in Cassandra
  • Download audio file when Entry ID is requested

Tools used:

Possible Architecture:

Create Speech Articles:

Create speech article

  1. Send API key to fetch articles
    • Request articles and fetch them from service, returns text ready to be converted
  2. Send Text and cleaned URL to convert to Speech
    • Send text to be converted to speech
  3. Persist entry using URL from it and creating File ID for said entry
    • Create a document containing the Entry ID, URL, User ID and create a File ID from the URL
  4. Persist file using File ID
    • Save the MP3 file into File Storage with the File ID

Fetch Speech Article

Fetch speech article

  1. Send ID of article
    • Fetch entry by ID and respective File ID
  2. Fetch File
    • Fetch file by File ID
  3. Make file available for download

Nice to have:

talkpocket's People

Contributors

jvvasques avatar nmcc avatar filipecabaco avatar jrebocho avatar

Stargazers

 avatar  avatar

Watchers

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