Skip to content
View ivannikitovic's full-sized avatar
🍣
🍣

Highlights

  • Pro
Block or Report

Block or report ivannikitovic

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 Loading

  1. job-tracker job-tracker Public

    Upcoming platform that helps candidates organize and manage job applications in tech. This application will provide users with tools to manage and monitor their job search process more efficiently …

    JavaScript

  2. user-interview-summarizer user-interview-summarizer Public

    Tool designed to help user researchers transcribe and summarize interviews easily. It leverages OpenAI's Whisper and GPT API to convert audio or video interviews into text and provide a summary of …

    Python

  3. sublinear sublinear Public

    Python library implementing a subset of streaming algorithms. Includes variations of these algorithms (e.g. adversarially robust), as well as support for multiple data types.

    Python

  4. twitter-sentiment twitter-sentiment Public

    This model implements the pre-trained TwHIN-BERT language model based on BERT, fine-tuned on the Sentiment140 dataset for the purposes of predicting sentiment of tweets on Twitter as either positiv…

    Jupyter Notebook 1

  5. stack-based-language stack-based-language Public

    Typed stack language written in OCaml consisting of a compiler and interpreter, supporting scope, variable and function definitions and calls, conditional statements, mathematical operations, and r…

    OCaml 1

  6. seglist-memory-allocator seglist-memory-allocator Public

    Simple and efficient memory allocator implemented using a segregated list. Implementation inspired by and partly taken from CS:APP by Randal Bryant.

    C