Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zidanhafiz/megumisensei

Japanese tools web app with AI feature
https://github.com/zidanhafiz/megumisensei

ai nextjs openai supabase typescript

Last synced: 24 days ago
JSON representation

Japanese tools web app with AI feature

Awesome Lists containing this project

README

        

# Megumi Sensei

Megumi Sensei is an AI Assistant website designed to assist with various tasks, including translating between Japanese and Indonesian.

## Project Overview

This project is built with:

- **Next.js 15**
- **Tailwind CSS**
- **DaisyUI**
- **OpenAI API**

## Getting Started

### Clone the Repository

1. Clone this repository:
```bash
git clone https://github.com/zidanhafiz/MegumiSensei.git
```

### Set Up Environment Variables

2. Create a `.env.local` file in the root directory and add your OpenAI API key:
```bash
OPENAI_API_KEY=your-openai-api-key
```

### Install Dependencies

3. Install the required dependencies using `pnpm`:
```bash
pnpm install
```
Or with `npm`:
```bash
npm install
```

### Run the Project Locally

4. Start the development server using `pnpm`:
```bash
pnpm dev
```
Or with `npm`:
```bash
npm run dev
```