Project Structure

πŸ“ 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)