Skip to content
View ananyaarun's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Hyderabad, Telangana

Organizations

@publiclab @vlead @fossasia @NVIDIAGameWorks @coala @fedora-modularity
Block or Report

Block or report ananyaarun

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

Pinned

  1. Jaeger-Tracing Jaeger-Tracing Public

    Example projects as a proof of concept for tracing of modules written in C++ using jaeger UI

    Makefile 2 1

  2. Structure-Based-Hate-Speech-Detection Structure-Based-Hate-Speech-Detection Public

    Building a structure-based hate-speech detection system using NLP tools and ML models as part of IRE 2020 Final Project.

    Jupyter Notebook 3 1

  3. Wikipedia-Search-Engine Wikipedia-Search-Engine Public

    A Mini Wikipedia search engine, which uses Block Sort Based Indexing to create the inverted index of the given wikipedia dump, queries on the created index and retrieves top N results via relevance…

    Python

  4. Face-classifier Face-classifier Public

    Face detector and classifier in python using machine learning algorithms and classification techniques. Project Implements various feature extraction techniques like PCA, LDA and classifiers like M…

    Jupyter Notebook 1

  5. C-Shell C-Shell Public

    A clone of the bash shell implemented in C with all standard commands along with features like piping , redirection and process handling.

    C

  6. Mini-SQL-Engine Mini-SQL-Engine Public

    A mini SQL engine to run SQL queries using CLI

    Python