# Directory Structure | |
``` | |
Directory Structure: | |
π config | |
π __init__.py | |
π config.py | |
π docs | |
π README.md | |
π ai_plan.md | |
π data_plan.md | |
π plan.md | |
π models | |
π intelligent_routing | |
π saved_model | |
π model.keras | |
π test_data | |
π __init__.py | |
π test_data.json | |
π test_results | |
π confusion_matrix.png | |
π roc_curve.png | |
π test_report.json | |
π train_data | |
π __init__.py | |
π training_data.json | |
π generate_data.py | |
π model.py | |
π test_model.py | |
π train.py | |
π job_recommendation | |
π saved_model | |
π model.keras | |
π test_data | |
π __init__.py | |
π test_data.json | |
π test_results | |
π test_report.json | |
π train_data | |
π __init__.py | |
π training_data.json | |
π generate_data.py | |
π model.py | |
π test.py | |
π train.py | |
π multilingual_translation | |
π test_data | |
π __init__.py | |
π test_data.json | |
π test_results | |
π test_report.json | |
π train_data | |
π __init__.py | |
π training_data.json | |
π model.py | |
π test_model.py | |
π sentiment_analysis | |
π test_data | |
π __init__.py | |
π test_data.json | |
π test_results | |
π test_report.json | |
π train_data | |
π __init__.py | |
π training_data.json | |
π model.py | |
π test_model.py | |
π test_results | |
π endpoint_test_results.json | |
π utils | |
π __init__.py | |
π logger.py | |
π .env | |
π .gitignore | |
π A.py | |
π app.py | |
π dir_structure.md | |
π readme.md | |
π requirements.txt | |
π routes.py | |
π test_endpoints.py | |
``` |