Code Monkey home page Code Monkey logo

asktanmay-nlqa-system-'s Introduction

Welcome to AskTanmay!

AskTanmay

This repository contains the complete source code for AskTanmay.

Current Versions

(Stable) 2.1 (master)

(Beta) 3.0 (TQA-3.0-beta)


What is AskTanmay?

AskTanmay is a Natural Language Question-Answering system (NLQA system), built in Swift, Java, and Python (though the eventual aim is to have it solely in Swift). The goal of AskTanmay is to allow developers to have a foundation to start off of, if they'd like to implement their own NLQA systems, but don't know where to start.


Currently Supported Answer Types

  • Person (e.g. "Who is the CEO of IBM?")
  • Organization/Company (e.g. "Which worldwide retail chain makes the most profit?")
  • Location (e.g. "Where is the Taj Mahal?" or "In which city is the Taj Mahal?")

Build instructions

In order to build AskTanmay, you must have the following dependencies:

  • Python 2.7.10
  • Java 8
  • Xcode 8.2.1 (latest stable Xcode)
  • macOS

NOTE! Do not build AskTanmay from Xcode! It is not designed for this, though with a bit of modification, can run. While it will build successfully, it won't work in the later stages, as the Python and Java components have not been added. However, you can use Xcode as an IDE, and Build ("CMD+B"), not Run ("CMD+R"), to check your code, and save it.

Before building & running AskTanmay, you will need to fill out some credentials & API Keys. You need to fill out credentials in the following files:

  • TanmayQA/GlobalConstants.swift
  • TanmayQA_NER_FNS/NER_FNS.java (at service.setApiKey("<ALCHEMYAPI KEY>");)

Now, the build instructions:

  1. Go into Terminal
  2. Navigate into the directory for the project (the directory containing "TanmayQA.xcodeproj")
  3. Run this bash command: sh buildTQA.sh

Done! This should compile AskTanmay and the Python & Java dependencies.

In order to run the binary, do this:

  1. From that project directory, navigate to "build/Release"
  2. Run AskTanmay with a question: ./TanmayQA "<QUESTION>"

Credits

AskTanmay's dependencies consist of the following software:

  • IBM Watson java-sdk (v2.9.5)
  • gson (v2.3.1)
  • okhttp (v2.7.4)
  • okio (v1.4.0)
  • topia.termextract
  • zope.interface

Thanks to the above sources for making AskTanmay possible.

License

Creative Commons License
AskTanmay (codename: TanmayQA) by Tanmay Bakshi is licensed under a Creative Commons Attribution 4.0 International License.

asktanmay-nlqa-system-'s People

Contributors

tanmayb123 avatar yasoob avatar

Watchers

 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.