Skip to content
View Sainath-Chilakalapudi's full-sized avatar

Block or report Sainath-Chilakalapudi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Face-Orientation-Prediction Face-Orientation-Prediction Public

    A Feedforward neural network-based system from scratch to predict facial orientations (left, right, up, and down)

    Jupyter Notebook

  2. RR-parser RR-parser Public

    A right-to-left parser for context-free grammars

    Python

  3. LL1-Parser LL1-Parser Public

    LL(1) Parser in C: computes FIRST and FOLLOW sets for a user-defined grammar, builds the LL(1) parsing table, and parses input strings to accept or reject, showing each parsing step. No external li…

    C