Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 1.52 KB

File metadata and controls

79 lines (51 loc) · 1.52 KB

Nemu

Nemu Matching Process

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.

Table of Contents

Features

  • 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

Installation

Clone the repository:

git clone https://github.com/drastraea/nemu.git
cd nemu

Requirements

  • Docker
  • Node.js
  • PostgreSQL (via Docker)

Start Docker:

npm run docker-up

Migrate the database:

npx prisma migrate dev --name init

Getting Started

Install dependencies:

npm i

Run the development server:

npm run dev

Open http://localhost:3000 in your browser.

Usage

Modify app/page.js to customize the application. Changes update automatically.

This project uses next/font to optimize fonts, including Geist.

Contributing

Feel free to contribute by opening issues or submitting pull requests.

License

This project is licensed under the MIT License.