Skip to content
View akhil821100's full-sized avatar

Block or report akhil821100

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Popular repositories Loading

  1. OWL-Reasoner OWL-Reasoner Public

    This is a reasoner which can derive the inferable axioms from the given set of axioms using standard entailment rules. This reasoner builds a knowledge graph from the input turtle-extension file an…

    Jupyter Notebook

  2. Functional-Syntax-Translator Functional-Syntax-Translator Public

    This functional syntax translator can convert the functional syntax axioms to their equivalent description logic syntax axioms. An OWL API has been used to parse the axioms. The program also checks…

    Java

  3. Movie-Recommendation-System Movie-Recommendation-System Public

    This movie recommendation system has been developed using association mining technique. It recommends movies based on the past movies seen by the user. It has been implemented in Python.

    Jupyter Notebook

  4. Color-Switch Color-Switch Public

    This is the clone of Color Switch Game built using JavaFX library. The game has been designed using OOPS design methodology. Multithreading has been used for different game components and serializa…

    Java

  5. Linux-Shell Linux-Shell Public

    This Linux Shell has been designed using various system calls such as fork, execv, wait, etc. and standard C libraries. It handles external and internal commands along with some flags for each comm…

    C