Skip to content

Won 1st place at UCF KnightHacks 2024

Notifications You must be signed in to change notification settings

ishaankalbhor/mimir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mimir

Have someone that knows what you need before you even need to ask.

Inspiration

The inspiration for Mimir came from the need to streamline the management of knowledge and data, helping teams collaborate more effectively on complex technical projects. We wanted to create a solution that leverages automation and intelligence to simplify the process of accessing relevant information quickly, enabling better decision-making and smoother project execution.

What it does

Mimir is a comprehensive platform that centralizes technical documentation, project updates, and resources, providing personalized recommendations based on user roles and project needs. It integrates with various tools and platforms, offering real-time insights and automated notifications. With advanced search capabilities, it helps users quickly locate critical information, while also recommending resources based on ongoing projects.

GPU Acceleration

NVIDIA RAPIDS

Mimír uses RAPIDS cuML to accelerate the clustering of incident reports, providing up to 10-50x performance improvements for large datasets. Key machine learning components include:

  • TF-IDF Vectorization: Converting text descriptions into numerical vectors
  • K-means Clustering: Grouping similar incidents together

The integration is achieved through a Go-Python bridge backends/database/clustering_cuml_bridge.go, which will later on be swapped for gRPC calls.

How we built it

Using Go, Next.js, Python, cuML, React, Typescript, WeviateDB.

Flowchart

Mimir flowchart

About

Won 1st place at UCF KnightHacks 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.0%
  • Go 42.2%
  • Python 8.9%
  • Other 1.9%