DennisWu0 / Sentiment_analysis_application_using_Watson_NLP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There are 7 steps to create this project from IBM course:

  • Created an AI based sentiment analysis application using Watson NLP embedded libraries.

  • Formatted the output received from the Watson NLP library function to extract relevant information from it.

  • Packaged the application and made it importable to any python code for usage.

  • Ran unit tests on the application and checked the validity of its outputs for different inputs.

  • Deployed the application using Flask framework.

  • Incorporated error handling capability in the application, such that a response code of 500 receives an appropriate response from the application.

  • Ran static code analysis on the code files to confirm their adherence to the PEP8 guidelines.

About

License:Apache License 2.0


Languages

Language:Python 57.1%Language:HTML 31.9%Language:JavaScript 11.0%