Releases: karthikmp5/C.E.L.T_pro
Release list
Release 2.1
Include changes to add codecov
Release 2.0
This release contains the following updates:
- Bug fixes: requirements, UI alignments
- Test cases added: to validate status, input types and more
- Documentation and detailing
Release 1.1
- The User Interface was improved to make it more user-friendly.
- Changed the absolute path referencing that was being used to relative path to eliminate the path reconfiguration that the users had to perform earlier.
- Issues related to UI and the requirements.txt file were resolved and included in the release
Critical release 1.0
The following goals were met with the release:
Bug fixes and enhancements:
Text analysis-
- Text analysis has been made more accurate.
- Longer paragraphs can now be analyzed.
- The algorithm has been modified to provide sentiment scores for each line in a given paragraph, which aids in determining the paragraph's overall sentiment.
Other fixes:
- UI enhanced
- Path issue resolved
- packages installation made more efficient
New features:
1. Tweet analysis:
The second feature we worked on was to add the Tweet Analysis. This feature accept the URL to the tweet as the input to be analyzed and returns the sentiment of the tweet after analyzing it. It can be found under the Tweet header in the UI and can also be accessed by the Tweet Analysis container in the Home page.
2. Image analysis:
The next enhancement was to add Image Analysis. This feature accepts the image [.jpg and .jpeg formats] as the input. It analyses the sentiment of the image and then return that as the output. This feature is made accessible under the Image Analysis container and also under the Image tab of the UI.