Nemu is an AI-powered lost and found platform that helps users recover lost items efficiently. Using advanced matching algorithms, Nemu reduces manual search efforts and increases item recovery rates.
- AI-driven lost and found item matching
- Pre-filtering based on category, timeframe, and location
- Real-time and periodic matching processes
- User notifications for matched items
Clone the repository:
git clone https://github.com/drastraea/nemu.git
cd nemu- Docker
- Node.js
- PostgreSQL (via Docker)
Start Docker:
npm run docker-upMigrate the database:
npx prisma migrate dev --name initInstall dependencies:
npm iRun the development server:
npm run devOpen http://localhost:3000 in your browser.
Modify app/page.js to customize the application. Changes update automatically.
This project uses next/font to optimize fonts, including Geist.
Feel free to contribute by opening issues or submitting pull requests.
This project is licensed under the MIT License.
