Skip to content

Commit 28a7784

Browse files
JuliaEdomclaude
andcommitted
docs(readme): add badge row + LICENSE, fix stale design line
- Add badge row (live demo, Python 3.12+, tests, 94.0% EA, MIT) - Add MIT LICENSE file; README license section now points to it - Status line described the superseded Inter/indigo UI; align with the current editorial-warm redesign (details live in the UI section) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6704d39 commit 28a7784

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Julia Edomskikh
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# NL→SQL Assistant
22

3+
[![Live demo](https://img.shields.io/badge/live_demo-HF_Space-FF6F00?logo=huggingface&logoColor=white)](https://liovina-nl-sql.hf.space) ![Python](https://img.shields.io/badge/python-3.12+-3776AB?logo=python&logoColor=white) ![Tests](https://img.shields.io/badge/tests-316_passing-brightgreen) ![BIRD Mini-Dev](https://img.shields.io/badge/BIRD_Mini--Dev-94.0%25_EA-brightgreen) ![License](https://img.shields.io/badge/license-MIT-blue)
4+
35
Portfolio demo для Senior Data Engineer / Data Analyst. Принимает вопрос на естественном языке (RU/EN), возвращает ответ из реляционной БД в одной из четырёх форм: число, предложение, таблица, график. Всегда показывает использованный SQL и объяснение. AST-guard + read-only execution + row cap — без шанса на DML/DDL побег.
46

5-
**Статус:** Stages 1–10 закрыты + grounded-critique directed retry + multi-provider voting + Sonnet 4.6 bridge через GraceKelly + production FastAPI surface + редизайн Streamlit UI (EN/RU toggle, современный светлый стиль — Inter, indigo-акцент, sticky top bar, 2026-06-16). **316 тестов зелёные**, ruff/mypy strict clean. Live API verified: Mistral + Groq + Perplexity Pro.
7+
**Статус:** Stages 1–10 закрыты. Production FastAPI surface, hybrid retrieval (grounded-critique directed retry + multi-provider voting + Sonnet 4.6 bridge через GraceKelly), редизайн Streamlit UI с EN/RU-переключателем (детали дизайна — в разделе UI ниже). **316 тестов зелёные**, ruff / mypy --strict clean. Live API verified: Mistral + Groq + Perplexity Pro.
68

79
**Headline metrics**
810

@@ -115,4 +117,4 @@ For the public Streamlit Cloud demo (free, ~5 min setup), see
115117

116118
## License
117119

118-
MIT (TBD).
120+
MIT. See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)