Project Info

Frame

Devpost

Inspiration

I was working at a big tech company this past summer on a research-adjacent team, and the method of storing information was mainly through google docs-style documents, where links would just be passed around via slack. This made it hard to find out what other people were working on, and moreso how that could relate to what I was working on.

What it does

It computes similarity scores for your documents, and represents the documents you have, the documents your peers have, as well as all the sources used for each document as a weighted graph and allows you to find other people's work and research that's related to yours.

How we built it

Used Distilbert for generating embeddings, Singlestore db with vector store, python + JS backend, with React for the frontend work. All of it is hosted on digitalocean droplets.

Challenges we ran into

I ran into problems working with the text data from the JS editor and providing it to the bert-endpoint.

Accomplishments we're proud of

I'm proud of the fact that it's a mostly working product, and that the similarity scoring actually works!

What we learned

Learned a lot about devops this time and about Singlestore's DB, I was fairly familiar with the other frameworks and technologies used.

What's next

I think it would be cool to keep building in more features, possibly ML-related.

Analysis

Compare with all teams

View

Metric

Figures cover GitHub contributors during the hackathon window. A co-authored commit counts in full for each author, so per-member totals add up to more than the whole-team figures.

Technology

Found in codeClaimed only
  • FlaskIn code
  • PythonIn code
  • ReactClaimed

2 of 3 appear in the indexed code. 1 claimed on Devpost could not be matched to code, which may simply mean the tool leaves no trace in the repository.

AI coding agents

No AI coding agent signals were found in this repository.

Detected from committed agent config files and commit authorship. Absence of a signal is not proof an agent was unused.

Codebase size

Source size

12 KB

Source files

3

Counts recognized source files only; vendored directories, binaries and lockfiles are excluded, so this is smaller than the repository on disk.

0 stars