IdeaCredIdeaCred

Open-Source AI Assistant powered by Gemini & Neural Search. Built with Python, Streamlit, and automated MLOps pipelines.

What's novel

Open-Source AI Assistant powered by Gemini & Neural Search. Built with Python, Streamlit, and automated MLOps pipelines.

Code Analysis

19 files read · 4 rounds

A Streamlit-based AI chatbot for the LGBTQIA+ community in Brazil that uses Gemini for generation, a RAG pipeline with pgvector semantic search over a curated knowledge base, voice input/output, LGPD-compliant data management, and an AI-powered CI gatekeeper for code review.

Strengths

Thoughtful RAG strategy with topic-expansion logic, comprehensive error handling with user-friendly messages for specific API failure modes (quota, unavailability, safety), and genuine LGPD compliance including data minimization and right-to-deletion. The gatekeep module with AI code review, secrets sanitization before sending to third-party APIs, and structured [BLOCK]/[PASS] protocol is a nice touch.

Weaknesses

The 'streaming' is fake — the full response is accumulated first then replayed character-by-character with time.sleep, which is both misleading and slow for long responses. The get_secret function has a subtle for-else bug, and the session deletion does 5 sequential non-transactional DB calls that could leave partial data on failure.

Score Breakdown

Innovation
5 (25%)
Craft
55 (35%)
Traction
7 (15%)
Scope
55 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+1

Craft

Ci+5
Tests+5
Polish+2
Releases+5
Has License+5
Code Quality+24
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+5
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+3
Early Traction+0
Devto Reactions+0
Community Contribs+2

Scope

Commits+8
Languages+8
Subsystems+13
Bloat Penalty+0
Completeness+7
Contributors+6
Authored Files+15
Readme Code Match+3
Architecture Depth+5
Implementation Depth+8

Evidence

Commits

916

Contributors

2

Files

80

Active weeks

18

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

0

License

GPL-3.0