Important
Due to the shutdown of the hosting provider, the OSTify backend is currently offline.
OSTify is a React application that allows users to generate Spotify playlists based on different books.
Clone the project using:
git clone https://github.com/owayys/OSTify.gitTo install the dependencies, run the following command:
npm installTo start the development server, run:
npm run devTo build the project for production, run:
npm run buildTo preview the production build, run:
npm run preview- Spotify API with OAuth (Authorization Code Flow)
- Google Books API
- OpenLibrary API
- Xenova/all-MiniLM-L6-v2 feature extraction model