π Project Structure - Haven_FBAI
Haven_FBAI/
βββ index.html // Main landing page
βββ README.md // Project overview and documentation
βββ server.js // Node.js file to serve the main page
β
βββ Haven_AI/ // AI model code and related files
β
βββ Pages/ // Front-end pages (HTML, e.g., about, contact, etc.)
β
βββ SoundTest/ // Test audio files for the AI model
β
βββ Haven_Backend-main/ // Node.js backend (routes, controllers, etc.)
β
βββ Assets/ // Shared front-end assets (CSS, JS, images)