In this repository is the code used to build the backend of the People's Thoughts program deployed on Ainize.
-
git clone https://github.com/jonathanlampkin/Common-Computer-Backend.git
-
cd Common-Computer-Backend
-
docker build --tag {project-name}:{tag} .
-
docker run -p 8000:8000 {project-name}:{tag}
- base_text: Search Query
- {'prediction': {'prediction': Summary, 'sentiment': sentiment classifications (unordered)}}
This program will quickly and simply summarize what twitter users have to say about whatever topic you want and show you how others feel about it.
The program can be found here: https://main-common-computer-jonathanlampkin.endpoint.ainize.ai/
To use the program simply enter any search phrase into the search bar and click Enter.
My blog post covering this program can be found here: https://medium.com/@jmlampkin/my-deployed-ai-model-on-ainize-1bde93a09331
My YouTube video demonstrating this program and explaining the underlying processes can be found here: https://www.youtube.com/watch?v=0-p80wBOGY4
Enjoy!