Skip to content

jonathanlampkin/Common-Computer-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Tweets Summarizer and Sentiment Classifier By Jonathan Lampkin

Run on Ainize

In this repository is the code used to build the backend of the People's Thoughts program deployed on Ainize.

How to use this backend:

  1. git clone https://github.com/jonathanlampkin/Common-Computer-Backend.git

  2. cd Common-Computer-Backend

  3. docker build --tag {project-name}:{tag} .

  4. docker run -p 8000:8000 {project-name}:{tag}

Parameters

  • base_text: Search Query

Output format

  • {'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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published