Skip to content
View asychikova's full-sized avatar

Block or report asychikova

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
asychikova/README.md

I'm Anna

Studying

My Skills

Web-based Interactive Mini Apps

Stock Narrative Detector (Python/ML)

  • Description: An NLP-powered market sentiment web app that aggregates financial news, extracts full articles, classifies narratives with a custom ML model, and visualizes how media coverage shapes a company’s stock performance in real time.
  • Note: I am actively improving the model’s accuracy and refining its heuristic and rule-based adjustments for better real-world performance.
  • Website Link: Stock Detector

Text and URL Summarizer (HTML/CSS/JS/Next.js)

  • Description: Convert text or webpage content into brief, meaningful insights.
  • Website Link: Text Summary

Web Projects (HTML/CSS, JS)

Katamal LLC

  • Description: Website for a U.S.-based e-commerce and Amazon consulting company showcasing services, brands and private label products.
  • Website Link: KatamaLLC

The Dream Suite

  • Description: Website for a luxury restaurant concept showcasing its menu, brand aesthetic, and boutique imagery.
  • Website Link: The Dream Suite

Building Company Website

C++ Projects

Parallel Compression Algorithms with OpenMP + MPI (C++)

  • Description: This project implements lossless compression algorithms: Huffman and RLE and measures how their performance changes when parallelized using a hybrid OpenMP + MPI model. MPI distributes file chunks across processes, while OpenMP accelerates compression inside each process. Throughput, timing, and scalability are compared against sequential baselines.
  • Performance Summary: (1 MB File) RLE: 30.9 MB/s → 550–580 MB/s (≈ 19× faster) Huffman: 0.12 MB/s → 4.35 MB/s (≈ 35× faster)
  • Performance Summary: (4 MB File) RLE: ~28.9 MB/s → 320–340 MB/s (≈ 11×–12× faster) Huffman: ~0.11 MB/s → 3.9–4.1 MB/s (≈ 35×–37× faster)
  • GitHub Repository: Compression Algorithms

Pinned Loading

  1. GPUProj GPUProj Public

    C++

  2. textsummary textsummary Public

    JavaScript