├── test.txt
├── src
├── vite-env.d.ts
├── main.tsx
├── index.css
├── components
│ ├── Navbar.tsx
│ └── ShazamRecommend.tsx
└── App.tsx
├── postcss.config.js
├── tsconfig.json
├── vite.config.ts
├── .gitignore
├── index.html
├── tsconfig.node.json
├── tailwind.config.js
├── tsconfig.app.json
├── eslint.config.js
├── package.json
└── README.md
/test.txt:
--------------------------------------------------------------------------------
1 | hello git remote test
--------------------------------------------------------------------------------
/src/vite-env.d.ts:
--------------------------------------------------------------------------------
1 | ///
{currentTrack.name}
285 |{currentTrack.artists[0]?.name}
286 |67 | Unlock your musical DNA with AI-powered recommendations that feel like magic 68 |
69 | 70 | {/* Floating elements */} 71 | 72 | 73 | 74 |174 | by {rec.artist} 175 |
176 |Powered by quantum-enhanced AI algorithms
247 | 248 |284 | Intelligent Song Genre Classificaton & Recommendation 285 |
286 |451 | Using Machine-Learning to identify the genre. 452 |
453 |479 | {analysisResult.message} 480 |
481 |484 | File 485 |
486 |487 | {analysisResult.filename} 488 |
489 |492 | Duration 493 |
494 |495 | {analysisResult?.duration?.toFixed(2) ?? "N/A"} 496 |
497 |570 | {track.artists.map((artist) => artist.name).join(", ")} 571 |
572 |595 | 596 | AudioMonk 597 | {" "} 598 | • AI-Powered Audio Genre Classification & Recommendation 599 |
600 |Made with ❤ By Group F5
601 |