Releases: TheodoreAI/vibe
v1.0.2
The following release for the Virtual Interface Bank of Emotions (Vibe) is the minimum viable product. It shows minimum functionality of the Vibe project. This project is intended to speak with Wikipedia API's to get movie Plots, perform a Sentiment Analysis using the library Natural Language Kit Tool (NLTK) on the plots, and provide charts for users to get information on the movie's negative, positive, and neutral content. The first version simply has a UI and shows some pre-loaded, pre-analyzed movie plots, it has the code that will connect to other micro services but it isn't connected yet. I have also added the search functionality and I will be including tabs where the successful search title and plot will be displayed using the following API: http://flashcard-service.herokuapp.com/helloworld/imback
Can do:
show charts of analyzed text
Deployed at: https://vibes-app-dash.herokuapp.com
Has an assets file where CSS code gives structure to the application
Input can take in movie titles and output will be used with future API
Can communicate with Wikipedia API module called Wikipedia
Can do a live Sentiment Analysis (SA)
Can output SA data
I added a new feature where a User can enter text and it will analyze it in real time.
Can't do:
- Some movie queries will not work because Wikipedia does not have a standard for their movie titles. Ex. some movie titles will include things like Fantastic Four (2016) because of same movie titles being released.
v1.0.1: Merge pull request #5 from TheodoreAI/api
The following release for the Virtual Interface Bank of Emotions (Vibe) is the minimum viable product. It shows minimum functionality of the Vibe project. This project is intended to speak with Wikipedia API's to get movie Plots, perform a Sentiment Analysis using the library Natural Language Kit Tool (NLTK) on the plots, and provide charts for users to get information on the movie's negative, positive, and neutral content. The first version simply has a UI and shows some pre-loaded, pre-analyzed movie plots, it has the code that will connect to other micro services but it isn't connected yet. I have also added the search functionality and I will be including tabs where the successful search title and plot will be displayed using the following API: http://flashcard-service.herokuapp.com/helloworld/imback
Can do:
- show charts of analyzed text
- Deployed at: https://vibes-app-dash.herokuapp.com
- Has an assets file where CSS code gives structure to the application
- Input can take in movie titles and output will be used with future API
- Can communicate with Wikipedia module called Wikipedia
- Can do a live Sentiment Analysis (SA)
- Can output SA data
Can't do:
- Can keep plot text and display to user
- Future version will be dedicated at improving the UI
- I hope to increase the accuracy of the analysis in the future using other natural language processes.