Giter Site home page Giter Site logo

accessibility-document-media-searcher's Introduction

Accessibility Document Media Searcher

Overview

This repo intends to deploy an solution that process multiple files (.pdf, .mp4, .txt) and convert than to audio files. The solution also add those files contents into an Amazon Open Search Service to create a searchable base of contents.


Prerequisites:

1. How to deploy

1.2. Configure Environment Variables

export EMAIL="[email protected]"
export REGION="us-east-1"
export VOICE_ID="Vitoria"

1.3. Deploy the CDK Stack

Clone this repo:

git clone https://github.com/aws-samples/accessibility-document-media-searcher.git

Download the requirements:

cd accessibility-document-media-searcher/source/deploy/cdk/ 
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
pip install -r lambda-requirements.txt --target ../../lambda/
cdk synth
cdk bootstrap

and after check what will be deployed, run:

cdk deploy 

How it Works

The CDK deploy will create the entire stack to upload, process and convert the files into audio and searchable text.

Architecture

arquitetura

2. Test Your Application

  1. Log into the solution
  2. Upload the file
  3. Search the result
  4. Download the audio generated

3. Cleaning UP

Run the following command:

cdk destroy

4. Security

See CONTRIBUTING for more information.

5. License

This library is licensed under the MIT-0 License. See the LICENSE file.

accessibility-document-media-searcher's People

Stargazers

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