Giter Site home page Giter Site logo

a-tokyo / jarvis-minibot Goto Github PK

View Code? Open in Web Editor NEW
1.0 6.0 2.0 741 KB

๐Ÿค–A simple golang bot that uses natural language processing to analyze the users' question and respond with data about the subject from 3rd Party APIs.

Home Page: http://a-tokyo.github.io/jarvis-minibot

Go 100.00%
bot minibot golang weather news jarvis jarvis-minibot natural-language-processing nlp api

jarvis-minibot's Introduction

Jarvis Minibot

Description

Jarvis minibot is a simple bot that uses natural language processing to analyze the users' question and respond with data about the subject from 3rd Party APIs. The currently supported subjects are News and Weather.

Deployment url: https://jarvis-minibot.herokuapp.com

Demo

Go to: http://ramin0-chatbot-ui.herokuapp.com Paste the url https://jarvis-minibot.herokuapp.com in the url input field The chatbot is now ready to use.

Setup

Go Installation

Visit https://golang.org

Setup GOPATH

run these two commands on the terminal

echo "export PATH=$GOPATH/bin:$PATH" >> ~/.bashrc
source ~/.bashrc

then run this go get github.com/kardianos/govendor go get github.com/pilu/fresh

Setup project

  • Clone project
  • run cd jarvis-minibot
  • run govendor sync
  • fresh will start the server and listen to changes
  • instead of fresh you can run go run main.go
  • If you want to run individual file just run go nameoffile.go in the terminal

Contribution

  • Currently we need to add more 3rd party APIs to the bot.

    Once you implement the API communication code, adjust the bot to reply about specific entities with this API's response.

  • Also we need to modularize the current APIs into seperate files and packages.

APIs utilised

jarvis-minibot's People

Contributors

a-tokyo avatar ahmedlhanafy avatar ramin0 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jarvis-minibot's Issues

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.