This project began as a small experiment to improve waste sorting on the Linnaeus University campus, exploring how AI could enhance digital transformation in everyday settings. It was later presented at the International Symposium on Digital Transformations, Linnaeus University, Sweden and the Innovation Club, European University of Tirana.
The idea sparked some early interest during presentations, but conversations with government and waste management contacts showed little demand for a campus-focused solution. There was some curiosity from recycling centers, but need was unclear and the potential to scale was limited. The project’s real-world impact looked small, so it was ultimately discontinued.
An abstract based on the project was published in the conference's Book of Abstracts and is available for download here.
The repository has been made public so others can explore, learn from, or reuse the code if it’s useful for their own projects.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run devBuild the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run buildLocally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run previewCheck out the deployment documentation for more information.