Skip to content

Unvares/trai

Repository files navigation

TRAI

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.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

TRAI (Trash Recycling AI) — Your smart campus assistant for better recycling. Born from a university research project exploring AI for sustainability.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors