HackerTrans
トップ新着トレンドコメント過去質問紹介求人

acaciabengo

no profile record

投稿

Show HN: QuantTakeoff – Construction PDFs to takeoff and 3D scene

1 ポイント·投稿者 acaciabengo·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 acaciabengo·3 か月前·0 コメント

Ask HN: Advice on Solo Launching

6 ポイント·投稿者 acaciabengo·3 か月前·5 コメント

[untitled]

2 ポイント·投稿者 acaciabengo·4 か月前·0 コメント

Show HN: Turning 2D floor plans into 3D-ready JSON with Detectron2

loom.com
2 ポイント·投稿者 acaciabengo·5 か月前·0 コメント

Instance segmentation model that extracts 3D geometry from 2D floor plans

2 ポイント·投稿者 acaciabengo·5 か月前·0 コメント

Open source NSFW detection (ViT and DistilBERT) with 99% AUC

huggingface.co
2 ポイント·投稿者 acaciabengo·6 か月前·1 コメント

コメント

acaciabengo
·先月·議論
Interesting work. Is this something where SAM-3D or it background applies to?
acaciabengo
·2 か月前·議論
Location: Kampala, Uganda Remote: Yes | Relocate: No

Tech: Python, PyTorch, Detectron2, OpenCV, Swin/ViT, BERT, Hugging Face, Ruby on Rails, FastAPI, PostgreSQL, Airflow, RabbitMQ, Docker, GCP.

Email: [email protected]

Resume:

https://drive.google.com/file/d/1oOeY0tsJ7Ujx2fk3m5BkSfBhto2...

GitHub / HF: acaciabengo

ML + Software Engineer, 11+ yrs. MSCS (ML) at Georgia Tech. Ex-founder/CTO of a telecom/fintech platform (60M+ SMS, 5M+ USSD lottery tickets, LTV/churn models that cut marketing ~50%).

Recent:

- plan_to_3d — Floor plan PDFs → interactive 3D GLB. Mask R-CNN + Swin-T/FPN in Detectron2 for wall/door/window segmentation; Shapely vectorization, trimesh extrusion with opening clipping, OCR-based scale, Gradio + Three.js viewer.

- NLP distress/moderation models for 13K users; Airflow pipelines on 1M+ msgs/month; Rails backend unifying Twilio/FB/YouTube (220K+ interactions). - CensorX — Open-sourced DistilBERT/ViT moderation models on HF (97% / 92% precision).

Looking for applied CV / multimodal ML, or senior ML+backend roles where shipping end-to-end matters.
acaciabengo
·4 か月前·議論
Location: Kampala, Uganda

Remote: Yes

Willing to relocate: No

Technologies: Python, PyTorch, TensorFlow, OpenCV, Detectron2, Ruby on Rails, Docker, GCP, SQL.

Resume: https://drive.google.com/file/d/1G8Rzgb7a2kS8myjnJqhxdALUA2d...

Email: [email protected]

Summary: Machine Learning Engineer & Software Engineer with 11+ years of experience, MSCS at Georgia Tech (Machine Learning).

Recent work includes a 2D→3D architectural reconstruction pipeline (Detectron2 + Swin Transformers), large-scale predictive modelling for gaming platforms (risk, churn, LTV), and NLP systems processing 1M+ messages/month for a US health-tech company.
acaciabengo
·5 か月前·議論
This is great and exciting. I happened to be doing some research to build memory-efficient diffusion models. I have not yet built the demo, but looking at a mix of architecture from several papers, IMTalker, SageAttension, FlashVSR, and Sparse VideoGen, with the intention to reduce memory to about 8GB.

The plan was to swap FlashAttention out, and also for an audio driver; SVG could have improved. At 60FPS, I think you are already doing this.

Great work.
acaciabengo
·5 か月前·議論
Location: Kampala, Uganda

Remote: Yes

Willing to relocate:No

Technologies: Python, PyTorch, TensorFlow, OpenCV, Detectron2, Ruby on Rails, NLP (Transformers, ViT), Docker, GCP, SQL.

Resume: https://drive.google.com/file/d/1G8Rzgb7a2kS8myjnJqhxdALUA2d...

Email: [email protected]

Linkedin: https://linkedin.com/in/acaciabengo

HuggingFace: https://huggingface.co/acaciabengo

Description: I am a Senior Machine Learning & Software Engineer with 11+ years of experience and a current MSCS student at Georgia Tech. I have worked remotely for US-based companies for the last 3+ years and specialize in bridging the gap between robust backend engineering (Ruby on Rails) and production-grade ML models.

Key Projects & Experience: • Computer Vision (2D to 3D): Currently building a pipeline to convert 2D architectural floor plans into 3D models using Image Segmentation (Detectron2) and Swin Transformers.

• ML for Gaming: Engineered predictive algorithms for high-volume sports betting and lottery platforms, including models for risk management, user segmentation, Churn Prediction and LTV forecasting.

• NLP at Scale: Architected Deep Learning models for a US-based health tech organization that reduced moderation time by 80% and processed over 1 million messages monthly.

• Content Moderation: Developed CensorX, a multimodal NSFW detection tool using Vision Transformers (ViT) and DistilBERT. Note on Hiring: I am hireable through a Canadian company (B2B/Contract) or via an Employer of Record (e.g., Globalization Partners), allowing for frictionless onboarding for North American entities.
acaciabengo
·6 か月前·議論
I have been working on CensorX, a multimodal content moderation set of models. It is from a personal project where I built content moderation in a Discord Bot.

I have open-sourced the fine-tuned models on Hugging Face and am looking for feedback on false positives/negatives in real-world scenarios.

The main exploration has been ablations based on freezing certain layers of the transformers. More work could be explored by tuning other parameters and expanding the datasets.

The Models: • Image (ViT-B/16): Fine-tuned Vision Transformer achieving 91.9% Accuracy and 0.99 AUC. o Link: https://huggingface.co/acaciabengo/nsfw_image_detection • Text (DistilBERT): Binary classifier trained on ~200k samples. o Focus: Optimized for low-latency inference (<100ms) to fit into real-time chat streams. o Link: https://huggingface.co/acaciabengo/nsfw_text_detection How to try it: 1. Self-Host (Free): You can pull the weights directly from Hugging Face and run them in your own container. 2. Managed API (Freemium): I have deployed these exact models as a high-availability API on RapidAPI. There is a free tier for testing. RapidAPI I am very interested in feedback on: • Performance • Access to larger datasets • Shared experience from people who have handled similar tasks Thank You