Skip to content

Releases: shenoy-anurag/HinDict

Version 1.2.0

Choose a tag to compare

@shenoy-anurag shenoy-anurag released this 06 Mar 10:06

Full Changelog: v1.1.0...v1.2.0

Updates

  • Added Google Analytics to obtain information on the number of users visiting the site, and metrics like average time spent.
  • Added a cookie consent banner to comply with GDPR, and to inform the user that cookies are being used to improve user experience and monitor site usage.

Version 1.1.0

Choose a tag to compare

@shenoy-anurag shenoy-anurag released this 03 Mar 05:49

Full Changelog: v1.0.0-beta...v1.1.0

Updated to using OpenAI API instead of Locally deployed LLM, for cost effective deployment of site.

Version 1.0.0 - Beta

Choose a tag to compare

@shenoy-anurag shenoy-anurag released this 11 Feb 08:59

Included in this release

  • Flask backend which speaks with LLM and frontend using REST and streams LLM tokens.
  • Next.js frontend which has a search bar, displays the definition, llm's response, and allows changing to dark mode.
  • Ollama docker container to run Llama 3.2 3B paramater model.
  • MongoDB to store user queries and stuff.
  • Docker Compose to containerize everything.
  • Documentation and images.