Giter Site home page Giter Site logo

stockbot-using-rasa's Introduction

StockBot-using-Rasa

The assistant bot which help you tell the Stock Price of any stocks.

Dependencies

  • rasa(a bot framework)
  • BeautifulSoup4(a web scraping tool)
  • lxml(a XML and HTML parser)

To run this model create an environment.

Then, You can use these commands to install dependencies.

pip install rasa

pip install beautifulsoup4

pip install lxml

Then train the model by the command

rasa train

Run the actions.py to scrape the data from website

rasa run actions

To chat with the bot in command line

rasa shell

If you want GUI experience run the following command

rasa run -m models --enable-api --cors "*" --debug

Now open the index.html and chat with it!!

You can use phrases like,

  • The stock price of AAPL
  • The stock of FB
  • SBUX

Please ensure that the stockID is correct!

You can also integrate this bot with telegram,slack,facebook messenger and other channels. You can refer it here https://rasa.com/docs/rasa/user-guide/messaging-and-voice-channels/

Some of the shots of UI

Test image2

stockbot-using-rasa's People

Contributors

gnana-prakash55 avatar

Watchers

 avatar

stockbot-using-rasa's Issues

Problem on calling APIs

When I try to search stock price,
it only gave me a "Please enter the correct stock ID".
It seemed failed to enter price.py.

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.