technical-screen-2025-10-22/modules
Colin ef5de680da Add comprehensive pitch deck analysis with AI agents and debugging
- Refactored app.py with extensive debugging feedback at every step
- Implemented 5 specialized AI agents for critical pitch deck analysis:
  * Problem Analysis (pain point, data backing, market impact)
  * Solution Evaluation (competitive advantage, proof, scalability)
  * Market Opportunity Assessment (TAM/SAM, growth, customers)
  * Traction Evaluation (metrics, sustainability, growth trends)
  * Funding & Ask Analysis (amount, allocation, milestones, valuation)
- Added comprehensive logging to all modules for visibility
- Updated markdown output to preserve full structured formatting
- Fixed markdown upload to preserve headers and formatting
- Simplified start.sh for cleaner execution
- Cleaned up processed directory (not tracked in git)
- All modules now provide real-time feedback during execution
2025-10-22 19:17:37 -04:00
..
__init__.py Initial commit: Technical screen project with document analysis capabilities 2025-10-22 18:55:39 -04:00
analysis.py Add comprehensive pitch deck analysis with AI agents and debugging 2025-10-22 19:17:37 -04:00
client.py Add comprehensive pitch deck analysis with AI agents and debugging 2025-10-22 19:17:37 -04:00
docling_processor.py Add comprehensive pitch deck analysis with AI agents and debugging 2025-10-22 19:17:37 -04:00
document_validator.py Initial commit: Technical screen project with document analysis capabilities 2025-10-22 18:55:39 -04:00
file_utils.py Add comprehensive pitch deck analysis with AI agents and debugging 2025-10-22 19:17:37 -04:00
markdown_utils.py Add comprehensive pitch deck analysis with AI agents and debugging 2025-10-22 19:17:37 -04:00
market_cap_validator.py Initial commit: Technical screen project with document analysis capabilities 2025-10-22 18:55:39 -04:00
pdf_processor.py Add comprehensive pitch deck analysis with AI agents and debugging 2025-10-22 19:17:37 -04:00
rag_agent.py Initial commit: Technical screen project with document analysis capabilities 2025-10-22 18:55:39 -04:00
requirements.txt Initial commit: Technical screen project with document analysis capabilities 2025-10-22 18:55:39 -04:00
validate_market_caps.py Initial commit: Technical screen project with document analysis capabilities 2025-10-22 18:55:39 -04:00
validation_report.py Initial commit: Technical screen project with document analysis capabilities 2025-10-22 18:55:39 -04:00
working_app.py Initial commit: Technical screen project with document analysis capabilities 2025-10-22 18:55:39 -04:00