Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
adalat-ai-tech
/
scribe-eval
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
refactor: Preparing repo for the release as scribe-eval
- #21
#21
Merged
janaab11
merged 28 commits into
main
adalat-ai-tech/scribe-eval:main
from
scribe-eval-prep
adalat-ai-tech/scribe-eval:scribe-eval-prep
Copy head branch name to clipboard
May 5, 2026
Conversation
Commits
28
(28)
Checks
Files changed
Merged
refactor: Preparing repo for the release as scribe-eval
#21
janaab11
merged 28 commits into
main
adalat-ai-tech/scribe-eval:main
from
scribe-eval-prep
adalat-ai-tech/scribe-eval:scribe-eval-prep
Copy head branch name to clipboard
Commits
Commits on Apr 24, 2026
feat: initial scribe package layout
Show description for a233ef1
kavyamanohar
committed
a233ef1
View commit details
Copy full SHA for a233ef1
Browse repository at this point
Commits on Apr 27, 2026
chore: fill out pyproject.toml metadata
Show description for 241071d
kavyamanohar
committed
241071d
View commit details
Copy full SHA for 241071d
Browse repository at this point
chore: add Apache-2.0 LICENSE and __version__
Show description for 6b1a1a3
kavyamanohar
committed
6b1a1a3
View commit details
Copy full SHA for 6b1a1a3
Browse repository at this point
feat(visualizer): guard against missing streamlit with install hint
Show description for ff0956a
kavyamanohar
committed
ff0956a
View commit details
Copy full SHA for ff0956a
Browse repository at this point
feat(visualizer): ship Streamlit UI as scribe-visualizer CLI
Show description for c4b914b
kavyamanohar
committed
c4b914b
View commit details
Copy full SHA for c4b914b
Browse repository at this point
chore: strengthen .gitignore, move sample predictions, drop scaffold
Show description for ee35658
kavyamanohar
committed
ee35658
View commit details
Copy full SHA for ee35658
Browse repository at this point
chore(examples): align batch_evaluate.py defaults with bundled sample
Show description for 28fa240
kavyamanohar
committed
28fa240
View commit details
Copy full SHA for 28fa240
Browse repository at this point
test: introduce tests/ scaffold with paper golden cases
Show description for a7f37d2
kavyamanohar
committed
a7f37d2
View commit details
Copy full SHA for a7f37d2
Browse repository at this point
test: add per-module test suite
Show description for b607146
kavyamanohar
committed
b607146
View commit details
Copy full SHA for b607146
Browse repository at this point
test: cover DomainConfig.from_file end-to-end
Show description for 6a62316
kavyamanohar
committed
6a62316
View commit details
Copy full SHA for 6a62316
Browse repository at this point
docs: write README
Show description for e5dc200
kavyamanohar
and
claude
committed
e5dc200
View commit details
Copy full SHA for e5dc200
Browse repository at this point
docs: tighten lead lines on batch and domain pages
Show description for 22afa2b
kavyamanohar
and
claude
committed
22afa2b
View commit details
Copy full SHA for 22afa2b
Browse repository at this point
test: cover format_error_counts_table, format_alignment_dict, sparse-category edge
Show description for 1729660
kavyamanohar
and
claude
committed
1729660
View commit details
Copy full SHA for 1729660
Browse repository at this point
chore(examples): polish the example scripts
Show description for c70b541
kavyamanohar
and
claude
committed
c70b541
View commit details
Copy full SHA for c70b541
Browse repository at this point
test(align): add multilingual smoke cases (Malayalam / Kannada / English)
Show description for d0e4364
kavyamanohar
and
claude
committed
d0e4364
View commit details
Copy full SHA for d0e4364
Browse repository at this point
docs(examples): index examples/ via README and align error_report.py with the analysis CLI
Show description for df2ea40
kavyamanohar
and
claude
committed
df2ea40
View commit details
Copy full SHA for df2ea40
Browse repository at this point
fix(examples): batch_evaluate.py defaults resolve alongside the script
Show description for 91699be
kavyamanohar
and
claude
committed
91699be
View commit details
Copy full SHA for 91699be
Browse repository at this point
docs: add architecture overview with module map and glossary
Show description for b8f315e
kavyamanohar
and
claude
committed
b8f315e
View commit details
Copy full SHA for b8f315e
Browse repository at this point
docs: standardise TER as Token Error Rate and correct the Accuracy formula
Show description for b59c7e3
kavyamanohar
and
claude
committed
b59c7e3
View commit details
Copy full SHA for b59c7e3
Browse repository at this point
refactor: rename technical-domain label TER → TchER
Show description for 786496e
kavyamanohar
and
claude
committed
786496e
View commit details
Copy full SHA for 786496e
Browse repository at this point
docs: add README Development section and fix broken anchor
Show description for 3ec1d54
kavyamanohar
and
claude
committed
3ec1d54
View commit details
Copy full SHA for 3ec1d54
Browse repository at this point
fix(visualizer): default sample path resolves to examples/predictions.jsonl
Show description for 2cac47e
kavyamanohar
and
claude
committed
2cac47e
View commit details
Copy full SHA for 2cac47e
Browse repository at this point
fix(charts): use constrained_layout to silence tight_layout warning
Show description for 710ae67
kavyamanohar
and
claude
committed
710ae67
View commit details
Copy full SHA for 710ae67
Browse repository at this point
Commits on May 4, 2026
feat(analysis): surface frequent sandhi merges and splits in batch report
Show description for e80465b
kavyamanohar
and
claude
committed
e80465b
View commit details
Copy full SHA for e80465b
Browse repository at this point
test(analysis): cover sandhi aggregation, contributions, distributions, TER
Show description for 44ac770
kavyamanohar
and
claude
committed
44ac770
View commit details
Copy full SHA for 44ac770
Browse repository at this point
Commits on May 5, 2026
feat(visualizer): add Sandhi Merges and Splits tabs to frequent errors
Show description for 5481dd7
kavyamanohar
and
claude
committed
5481dd7
View commit details
Copy full SHA for 5481dd7
Browse repository at this point
docs: cover frequent sandhi reports and add architecture examples
Show description for f9efc20
kavyamanohar
and
claude
committed
f9efc20
View commit details
Copy full SHA for f9efc20
Browse repository at this point
docs(readme): add Running tests subsection with single-file and -k examples
Show description for 8c37ea2
kavyamanohar
and
claude
committed
8c37ea2
View commit details
Copy full SHA for 8c37ea2
Browse repository at this point
You can’t perform that action at this time.