Skip to content

Releases: karthikmp5/C.E.L.T_pro

Release 2.1

Choose a tag to compare

@PannagaRao PannagaRao released this 20 Oct 01:54
ec39130

Include changes to add codecov

Release 2.0

Choose a tag to compare

@Harshitha199819 Harshitha199819 released this 20 Oct 01:45
654cfda

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

Choose a tag to compare

@PannagaRao PannagaRao released this 19 Oct 15:15
79cac68
  • 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

Choose a tag to compare

@Harshitha199819 Harshitha199819 released this 19 Oct 14:56
2789c68

The following goals were met with the release:

Bug fixes and enhancements:

Text analysis-

  1. Text analysis  has been made more accurate. 
  2. Longer paragraphs can now be analyzed.
  3. 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:

  1. UI enhanced
  2. Path issue resolved
  3. 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.