Skip to content

Repository files navigation

ReModel

This was a project we designed for the Georgia Tech Hacklytics 2025 Hackathon.

Link to our DevPost.

final_prototype

Models

Current

Our current stack includes the following models:

ModelOriginLinkPurpose and Details
GPT-4oOpenAIOpenAI
GPT-4o miniOpenAIOpenAI
StableDesignGithub & Replicate APIComprised of multiple other layered models including
YOLO 8mUltralyticsGitHub & Docs
Segment Anything Model (SAM) VIT-HMeta ResearchGitHub

Past and Planned

During previous stages of our development and/or in the intended designs we had but weren't able to implement yet, we include the following models in addition to the current:

ModelOriginLinkPurpose and Details
Contrastive Language-Image Pre-Training (CLIP) Commit dcba3cbOpenAIGitHub
OmniGenVectorSpaceLabGitHub & Replicate & Hugging Face
StableDiffusion

Running Locally

We recommend setting up a conda or ve`nv environment to run this.

1. Python Requirements

Within our pip requirements includes various packages for api calls and model downloads (such as for openai, CLIP, and replicate).

pip install -r requirements.txt

2. Selenium Setup

This is used for our content matching phase for product matching purposes.

Download Page: https://googlechromelabs.github.io/chrome-for-testing/#stable

3. Local Model Setup

Ultralytics's You Only Look Once 8m (Yolo8m) and Meta (Facebook) Research's Segment Anything Model (SAM) models are required for our content extraction phase. They're used for furniture and decor item identification within our generated design plans.

Model NameDirect Download LinkDocs and Details
YOLO8mUltralytics Direct DownloadUltralytics YOLO8m Docs
VIT-H SAMMeta's Direct DownloadFacebook Research's Github SAM Docs

4. Running the Program

streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages