Create a spotify playlist from a concert poster
OCR
- Improve image processing to scrape artist names more accurately from an uploaded concert postet image
- Improve filtering method to parse artist names more accurately from OCR text
Clean up
- Fix all
// @ts-expect-error
- Add types for places where
any
is used. Do a global find on: any
- Audit depenencies / imports
Artists
- Open modal with more info on artist on hover or on click of artist icon/name
Playlist
- Use uploaded image as album cover for created Spotify playlist
- Allow user to customize name / description of playlist
- Allow user to add more than 100 tracks to a playlist at a time (currently we only select 3 songs per artist)
- Add error handling for API calls
Testing
- Test Spotify AUTH with multiple user accounts
- Add unit tests
Accessibility
- Use lighthouse to check accessibility score / improve accessibility
yarn install
yarn dev
Open http://localhost:3000 with your browser to see the result.