Nerya Bigon Software Developer

About Me

Computer science and mathematics student, passionate about software development and about getting to know and understand new technologies. I'm a self learner and I want to learn as much as I can.

Projects

article2

Crossing Language Identification: Multilingual ASR Framework Based on Semantic Dataset Creation & Wav2Vec 2.0

This study proposes an innovative methodology to enhance the performance of multilingual Automatic Speech Recognition (ASR) systems by capitalizing on the high semantic similarity between sentences across different languages and eliminating the requirement for Language Identification (LID).

Check it out
article1

Augmented Wav2Vec 2.0: ASR Improvement Using Data Augmentation for Under-Represented Languages

In this paper, we propose a novel approach to improve automatic speech recognition (ASR) performance for under-represented languages using data augmentation.

Our approach augments the training data by synthesizing new speech data using a combination of noise injection, speed changes, and frequency masking. We show that our technique significantly improves the ASR performance for under-represented languages.

Check it out
obsidian

Knowledge Base

This obsidian vault contains a lot of the notes that I have taken and materials I've accumulated during my degree's courses. When starting my degree, one ambition of mine was to open-source as much as I can from it so that many different people can profit from it. This is an ongoing project that will forever grow as I continue to learn new things.

Check it out
flutter App1

chatgpt like app

  • Flutter, OpenAi API, UI, System design

A Flutter chat app that uses the GPT-4 to generate responses and DALLE to generate images based on user's input.

  • Chat with a GPT-4 AI model
  • Generate image responses based on user prompt
  • Responsive layout for mobile, tablet, and desktop devices
  • Theme mode switcher (Light/Dark)
  • Save and load chat history
  • Accesibility tooltips for buttons

Check it out
flutter App2

Job searching app

  • Flutter, Firebase, UI, System design

TimeZmoney is a job searching app for various types of jobs such as babysitting, delivery, construction workers, housekeeping, dog walker, waiters, security guards, etc. The app allows users to search and apply for jobs in their local area, as well as post and manage their own job listings.

  • Currently the app is not active - since firebase is not cheap :)

Check it out
trading

Flask Trading Site

  • Flask, API

Trading site, developed with Flask as part of Harvard University online course. A web app via which you can manage portfolios of stocks.

Not only will this tool allow you to check real stocks’ actual prices and portfolios’ values, it will also let you buy (okay, “buy”) and sell (okay, “sell”) stocks by querying IEX for stocks’ prices.Learned to develop with flask, including the use of API (for the stocks info and prices)

Check it out
chat

RUDP Chat app

  • Networking, RDP, UI, System design

In this project we implemented a chat application that consists of:

  • 1. Basic messaging and file transfer over TCP.
  • 2. Transfer of files over UDP using the RUDP protocol.
  • 3. Managing users, files and messaging with Firebase.
  • 4. Gui for the client side is made with the Kivy and KivyMD frameworks.

Check it out
graphs

Directed Graphs Algorithms

  • Algotithms, UI, Graphs

The goal of this project is to design and implement two key interfaces:

  • Weighted directed graph interface.
  • Weighted directed graphs algorithms interface.
And also to represent the graph in an interactive graphical interface (matplotlib/drawGraph) that will introduce the algorithms.

Check it out

Design

Frameworks

kivy

Languages

Tools

vmware wireshark