Spaces:
Sleeping
Sleeping
Pushkar Pandey commited on
Commit Β·
61ec498
1
Parent(s): 35d761c
fix: move backend files to root for HuggingFace
Browse files- backend/Dockerfile β Dockerfile +0 -0
- backend/Procfile β Procfile +0 -0
- backend/alembic.ini β alembic.ini +0 -0
- {backend/alembic β alembic}/README +0 -0
- {backend/alembic β alembic}/env.py +0 -0
- {backend/alembic β alembic}/script.py.mako +0 -0
- {backend/alembic β alembic}/versions/09f77b6ff275_add_user_id_to_transactions.py +0 -0
- {backend/alembic β alembic}/versions/29ed70cd00b2_add_user_profile_fields.py +0 -0
- {backend/alembic β alembic}/versions/2c1d8f40f4c9_add_users_table_and_transaction_fk.py +0 -0
- {backend/alembic β alembic}/versions/2cb38a1bdf7d_add_cascade_deletes_to_all_foreign_keys.py +0 -0
- {backend/alembic β alembic}/versions/3440bff95eb0_upgrade_to_double_entry_ledger.py +0 -0
- {backend/alembic β alembic}/versions/5ca5c0a6dbb9_add_password_to_user.py +0 -0
- {backend/alembic β alembic}/versions/714c63005e42_initial_transaction_table.py +0 -0
- {backend/alembic β alembic}/versions/8b0c810eb7b5_add_merchant_cache_table.py +0 -0
- {backend/alembic β alembic}/versions/bd50379ff3fe_add_tx_hash_to_transactions.py +0 -0
- {backend/app β app}/__init__.py +0 -0
- {backend/app β app}/ai/__init__.py +0 -0
- {backend/app β app}/ai/agent.py +0 -0
- {backend/app β app}/ai/extraction_agent.py +0 -0
- {backend/app β app}/ai/irs_mapping.py +0 -0
- {backend/app β app}/ai/ml_classifier.py +0 -0
- {backend/app β app}/ai/orchestrator.py +0 -0
- {backend/app β app}/ai/prompts.py +0 -0
- {backend/app β app}/api/__init__.py +0 -0
- {backend/app β app}/api/auth.py +0 -0
- {backend/app β app}/api/process.py +0 -0
- {backend/app β app}/api/rate_limiter.py +0 -0
- {backend/app β app}/api/reports.py +0 -0
- {backend/app β app}/api/upload.py +0 -0
- {backend/app β app}/api/users.py +0 -0
- {backend/app β app}/data/irs_pub_535.json +0 -0
- {backend/app β app}/db/database.py +0 -0
- {backend/app β app}/db/models.py +0 -0
- {backend/app β app}/models/__init__.py +0 -0
- {backend/app β app}/models/schemas.py +0 -0
- {backend/app β app}/scripts/init_db.py +0 -0
- {backend/app β app}/services/__init__.py +0 -0
- {backend/app β app}/services/cache_service.py +0 -0
- {backend/app β app}/services/coa_initializer.py +0 -0
- backend/.gitignore +0 -31
- backend/debug_orchestrator.py β debug_orchestrator.py +0 -0
- backend/fix_db.py β fix_db.py +0 -0
- backend/get_error.py β get_error.py +0 -0
- backend/inspect_db.py β inspect_db.py +0 -0
- backend/main.py β main.py +0 -0
- backend/requirements.txt β requirements.txt +0 -0
- backend/test_classifier.py β test_classifier.py +0 -0
- backend/test_classifier2.py β test_classifier2.py +0 -0
- backend/test_peft.py β test_peft.py +0 -0
- backend/test_rag.py β test_rag.py +0 -0
backend/Dockerfile β Dockerfile
RENAMED
|
File without changes
|
backend/Procfile β Procfile
RENAMED
|
File without changes
|
backend/alembic.ini β alembic.ini
RENAMED
|
File without changes
|
{backend/alembic β alembic}/README
RENAMED
|
File without changes
|
{backend/alembic β alembic}/env.py
RENAMED
|
File without changes
|
{backend/alembic β alembic}/script.py.mako
RENAMED
|
File without changes
|
{backend/alembic β alembic}/versions/09f77b6ff275_add_user_id_to_transactions.py
RENAMED
|
File without changes
|
{backend/alembic β alembic}/versions/29ed70cd00b2_add_user_profile_fields.py
RENAMED
|
File without changes
|
{backend/alembic β alembic}/versions/2c1d8f40f4c9_add_users_table_and_transaction_fk.py
RENAMED
|
File without changes
|
{backend/alembic β alembic}/versions/2cb38a1bdf7d_add_cascade_deletes_to_all_foreign_keys.py
RENAMED
|
File without changes
|
{backend/alembic β alembic}/versions/3440bff95eb0_upgrade_to_double_entry_ledger.py
RENAMED
|
File without changes
|
{backend/alembic β alembic}/versions/5ca5c0a6dbb9_add_password_to_user.py
RENAMED
|
File without changes
|
{backend/alembic β alembic}/versions/714c63005e42_initial_transaction_table.py
RENAMED
|
File without changes
|
{backend/alembic β alembic}/versions/8b0c810eb7b5_add_merchant_cache_table.py
RENAMED
|
File without changes
|
{backend/alembic β alembic}/versions/bd50379ff3fe_add_tx_hash_to_transactions.py
RENAMED
|
File without changes
|
{backend/app β app}/__init__.py
RENAMED
|
File without changes
|
{backend/app β app}/ai/__init__.py
RENAMED
|
File without changes
|
{backend/app β app}/ai/agent.py
RENAMED
|
File without changes
|
{backend/app β app}/ai/extraction_agent.py
RENAMED
|
File without changes
|
{backend/app β app}/ai/irs_mapping.py
RENAMED
|
File without changes
|
{backend/app β app}/ai/ml_classifier.py
RENAMED
|
File without changes
|
{backend/app β app}/ai/orchestrator.py
RENAMED
|
File without changes
|
{backend/app β app}/ai/prompts.py
RENAMED
|
File without changes
|
{backend/app β app}/api/__init__.py
RENAMED
|
File without changes
|
{backend/app β app}/api/auth.py
RENAMED
|
File without changes
|
{backend/app β app}/api/process.py
RENAMED
|
File without changes
|
{backend/app β app}/api/rate_limiter.py
RENAMED
|
File without changes
|
{backend/app β app}/api/reports.py
RENAMED
|
File without changes
|
{backend/app β app}/api/upload.py
RENAMED
|
File without changes
|
{backend/app β app}/api/users.py
RENAMED
|
File without changes
|
{backend/app β app}/data/irs_pub_535.json
RENAMED
|
File without changes
|
{backend/app β app}/db/database.py
RENAMED
|
File without changes
|
{backend/app β app}/db/models.py
RENAMED
|
File without changes
|
{backend/app β app}/models/__init__.py
RENAMED
|
File without changes
|
{backend/app β app}/models/schemas.py
RENAMED
|
File without changes
|
{backend/app β app}/scripts/init_db.py
RENAMED
|
File without changes
|
{backend/app β app}/services/__init__.py
RENAMED
|
File without changes
|
{backend/app β app}/services/cache_service.py
RENAMED
|
File without changes
|
{backend/app β app}/services/coa_initializer.py
RENAMED
|
File without changes
|
backend/.gitignore
DELETED
|
@@ -1,31 +0,0 @@
|
|
| 1 |
-
# Python
|
| 2 |
-
__pycache__/
|
| 3 |
-
*.py[cod]
|
| 4 |
-
*$py.class
|
| 5 |
-
*.pyc
|
| 6 |
-
*.pyo
|
| 7 |
-
|
| 8 |
-
# Virtual Environment
|
| 9 |
-
venv/
|
| 10 |
-
env/
|
| 11 |
-
.env
|
| 12 |
-
.env.*
|
| 13 |
-
|
| 14 |
-
# Database
|
| 15 |
-
*.db
|
| 16 |
-
*.sqlite
|
| 17 |
-
*.sqlite3
|
| 18 |
-
|
| 19 |
-
# Logs
|
| 20 |
-
crash.log
|
| 21 |
-
*.log
|
| 22 |
-
|
| 23 |
-
# ML Model Cache
|
| 24 |
-
app/chroma_data/
|
| 25 |
-
|
| 26 |
-
# Alembic
|
| 27 |
-
alembic/versions/*.pyc
|
| 28 |
-
|
| 29 |
-
# OS
|
| 30 |
-
.DS_Store
|
| 31 |
-
Thumbs.db
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
backend/debug_orchestrator.py β debug_orchestrator.py
RENAMED
|
File without changes
|
backend/fix_db.py β fix_db.py
RENAMED
|
File without changes
|
backend/get_error.py β get_error.py
RENAMED
|
File without changes
|
backend/inspect_db.py β inspect_db.py
RENAMED
|
File without changes
|
backend/main.py β main.py
RENAMED
|
File without changes
|
backend/requirements.txt β requirements.txt
RENAMED
|
File without changes
|
backend/test_classifier.py β test_classifier.py
RENAMED
|
File without changes
|
backend/test_classifier2.py β test_classifier2.py
RENAMED
|
File without changes
|
backend/test_peft.py β test_peft.py
RENAMED
|
File without changes
|
backend/test_rag.py β test_rag.py
RENAMED
|
File without changes
|