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-up
Migrate the database:
npx prisma migrate dev --name init
Install dependencies:
npm i
Run the development server:
npm run dev
Open 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.