Skip to content

Implementation of a Bigram Predictor single character-level language model for understanding next character prediction algorithms

License

Notifications You must be signed in to change notification settings

derinworks/penr-oz-bigram-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

penr-oz-bigram-predictor

Implementation of a Bigram Predictor for understanding next character prediction algorithms.

Quickstart Guide

  1. Clone the Repository:

    git clone https://github.com/derinworks/penr-oz-neural-bigram-predictor.git
    cd penr-oz-bigram-predictor
  2. Create and Activate a Virtual Environment:

    • Create:
      python -m venv venv
    • Activate:
      • On Unix or macOS:
        source venv/bin/activate
      • On Windows:
        venv\Scripts\activate
  3. Install Dependencies:

    pip install -r requirements.txt
  4. Neural Network Service:

  5. Run:

    python main.py

About

Implementation of a Bigram Predictor single character-level language model for understanding next character prediction algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages