Skip to content

Releases: PrathameshDhande22/Prakriti-Determine

Prakriti Chatbot v3.7

27 Apr 17:14
Compare
Choose a tag to compare

Change Log:

  1. Memoized various components to prevent rerendering.
  2. Added support for downloading the diet plan PDF provided by the backend.
  3. Implemented a new download button in the frontend.
  4. Developed functionality for generating the PDF in the backend.
  5. Reduced frontend code redundancy by creating a reusable Messages component.
  6. Integrated a ShareButton feature to easily share Prakriti information with others, implemented both in the backend and frontend.
  7. Disabled the full-size chatbot parent scrollbar.
  8. Added a background shadow to the chatbot.
  9. Implemented lifestyle recommendations and video recommendations in the chatbot.
  10. Enabled downloading of all recommendations into PDF format after prediction, applicable to new users unaware of their Prakriti.
  11. Expanded the range of intents to support the chatbot with embedded video links.
  12. Decreased the amount of logging generated by weasyprint.

Future Work:
Will be Discussed Later. Or Give the feature with explanation in the Github ISSUES.

Prakriti Chatbot v3.0

14 Apr 16:12
Compare
Choose a tag to compare

ChangeLog

  1. Added Support for showing the description of the question and their options in the Custom Modal implemented with React-Tooltip Package.
  2. Improved some css in the Frontend to be responsive.
  3. Added some new Intents for Improving the Chatbot Accuracy.
  4. Removed some exceptions caused by tensorflow related to input_shape now replaced with Input Layer inside the Model Layers definition.
  5. Prakriti Model will now show the Accurracy and confusion matrix when the training is done.
  6. New Messages added into the chatbot for better user interaction.

Next Updates

  1. Share Your Prakriti on Social Media.
  2. PDF Download Options to Download your Diet recommendations.
  3. Some Recommendation of YT links based on Prakriti.
  4. Optimizing the API of the Chatbot.

Next Update Implementation will Start from 3rd May 2024.

Prakriti Chatbot v2.0

24 Mar 14:31
Compare
Choose a tag to compare

Change Log:

  1. Now Supports Websocket and JSON Data Storage Online on JSONSILO.
  2. Automated task for Training the Bot and Creating the dataset.
  3. Advanced User message handling.
  4. Improvement in User Interface.
  5. Support for Storing the responses in the Dataset for chat and Prakriti.

Prakriti Chatbot v1.0

09 Mar 09:16
Compare
Choose a tag to compare

Full Changelog:
First version Release of Prakriti Chatbot.

Future Work:

  1. Implementation of Chatbot using Websocket.
  2. More Accurate model for Chatmodel and Prakriti Model.
  3. Improvement in UI.
  4. User Experience Improvement in Frontend.