Skip to content

Releases: achrafib1/Text-Flow

Text Flow v1.0 - Initial File Release

11 Oct 17:40
Compare
Choose a tag to compare
Pre-release

Release Notes:

  • Purpose: This release provides the necessary files required for the Text Flow app to function correctly.
  • Included Files:
    • vocabulary.txt
    • unigram_counter.pkl
    • bigram_counter.pkl
    • trigram_counter.pkl
    • tokenizer.pkl
    • ngram_counts.pkl
    • nplus1gram_counts.pkl
    • model.h5
  • Next Steps:
    • Update the README.md file to include detailed installation instructions, usage guidelines, contributing information, and license details.
    • Add the config.py script to automate the download and setup of these files.
    • Update the Dockerfile to include commands for downloading these files from the release.