Giter Site home page Giter Site logo

baijum / biblescholar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from turtlemonvh/biblescholar

0.0 2.0 0.0 307 KB

Tools for multi-translation Bible search over voice apis (currently alexa).

License: MIT License

Python 10.77% Makefile 5.05% Go 84.19%

biblescholar's Introduction

Bible Search

An application for searching several versions of the Bible at the same time, esp. with Alexa.

See this series of blog posts for information about the set up, including:

  • scraping data
  • working with bleve
  • deploying a skill to AWS Elasticbeanstalk
  • handling security requirements for Alexa apps (esp. SSL configuration)
  • and more!

Deployed to

Structure

See the scrape folder for python scripts to download TSVs of Bible verses.

See the search folder for a golang app to index and search this data.

Grabbing data

This will create a TSV called "ESV.tsv" with the entire contents of this translation in a single TSV file.

cd scrape
export TRANSLATION=ESV
python batchprocess.py

Running the server

cd search

# Build for mac
make darwin

# Run the web server
./artifacts/biblescholar-darwin-amd64 server -p 8080

TODO

  • Check the search README for more TODOs

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.