Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wizyma/re-commend
https://github.com/wizyma/re-commend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wizyma/re-commend
- Owner: Wizyma
- Created: 2024-06-16T08:08:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T19:36:35.000Z (6 months ago)
- Last Synced: 2024-07-09T00:30:28.271Z (6 months ago)
- Language: TypeScript
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Re-Commend
## Introduction
Re-commender is a recommendation system that recommends movies to users based on their preferences. It uses ChatGPT to generate recommendations based on user input. The system will use a collaborative filtering algorithm to recommend movies based on user ratings.
## Installation
To install the required packages, run the following command:
```bash
pnpm install
```## Repository Structure
Main directories in the repository:
| Directory | Description |
| --- | --- |
| `services` | Contains the backend service and other related services. |
| `applications` | Contains the frontend web application. |
| `packages` | Contains shared packages. |Subdirectories:
| Directory | Description |
| --- | --- |
| `services/hermes` | Backend service for the recommendation system. |## Usage
To start the backend service in **dev** mode, run the following command:
```bash
pnpm run dev:hermes
```