Saturday, March 5, 2022

TA-Lib Installation issues

 Have spent good amount of time to install talib 

Following links has useful for my journey. Now its working in Pycharm and notebook

https://github.com/mrjbq7/ta-lib/issues/127


https://github.com/freqtrade/freqtrade/issues/4245

conda install -c conda-forge ta-lib



Tuesday, December 24, 2019

BeautifulSoup quick notes

While preparing the driving test, have though to use BeautifulSoup to get all questions for my notes












Tuesday, December 3, 2019

Amazing AI deployment journey

We have shifted our Voice assistant AI modules on Openshift.
Nice experience building modules using Jenkins and deploying on Openshift

Sunday, November 10, 2019

Voice bot with Splunk

I got the opportunity to work with Splunk and Elastic Search for NLP projects.
Requirement:
We have to track the user utterance and responses by Splunk. In my Flask API , have used RASA for a portion of NLU tasks.



Tuesday, September 10, 2019

Rasa RESTful API calls

One of my requirement is Parse a message with the trained RASA nlu model.
1) Train a Rasa model using rasa train
2) Start a Rasa server with rasa run --enable-api
3) Parse a message by running
curl -X POST http://52d9691d.ngrok.io/model/parse -H 'Content-Type: application/json' -d '{"text":"Your text"}'






















Used ngrok and Postman

Friday, August 30, 2019

error failed building wheel for httptools

While installing latest version of RASA have faced the following issue













Solution: conda install -c conda-forge httptools