Ankit Bahuguna (@netankit)
  • Stars
    star
    76
  • Global Rank 252,684 (Top 9 %)
  • Followers 43
  • Following 34
  • Registered about 13 years ago
  • Most used languages
    Java
    62.5 %
    Python
    37.5 %
  • Location 🇩🇪 Germany
  • Country Total Rank 12,041
  • Country Ranking
    Java
    2,595
    Python
    3,080

Top repositories

1

AudioMLProject1

Voice Activity Detection: In this first assignment, we will create a dataset that simulates speech in every-day scenarios. We train a classifier on this dataset for distinguishing voiced from non-voiced sections, a task called voice activity detection, VAD for short. This, of course, requires a ground truth in terms of VAD annotations.
Python
18
star
2

AudioMLProject3

Emotion recognition of Speaker's Speech Data. Employ speaker detection classifiers for emotion recognition, a multiclass classification problem. Emotion Classes: Happy, Sad, Neutral, Relaxed and Angry
Python
16
star
3

AudioMLProject2

Speaker Detection: We have one target speaker whom we want to detect. The set of impostors is open, i.e., we have no prior information on the test speakers. An important part of the speaker detection pipeline is voice activity detection to filter out segments of the signal that do not contain speech.
Python
7
star
4

P2PSystemsProject

Handles call initiation, termination, call busy and waiting; Performs interaction with DHT (Distributed Hash Table) and KX (Key Exchange) modules. Generates pseudo-identities of callee, based on the DH (Diffe-Hellman) Key Exchange method and maintains session between caller and callee. Uses the RTP protocol to stream/exchange audio over the network reliably in real-time. Also performs self calling to mitigate profiling attacks.
Java
6
star
5

BagOfWordsModel

The bag-of-words model is a simplifying representation used in natural language processing and information retrieval (IR). In this model, a text (such as a sentence or a document) is represented as the bag (multiset) of its words, disregarding grammar and even word order but keeping multiplicity. Recently, the bag-of-words model has also been used for computer vision.[1] The bag-of-words model is commonly used in methods of document classification, where the (frequency of) occurrence of each word is used as a feature for training a classifier.
Java
5
star
6

ThriftParquetExample

This is a sample project which tests a Parquet implementation allowing writing of serialized Thrift objects into a Parquet file format. For more information refer to: www.parquet.io
Java
2
star
7

AvroParquetExample

A project demonstrating the functionality of Avro and Parquet.
Java
2
star
8

dsalgojava

The repository holds the code in Java for various problems asked in a Software Engineering Interview for Product based companies like Facebook. Google, Amazon and Microsoft.
Java
1
star