This is a Next.js project bootstrapped with create-next-app
.
This project uses gemini (gemini-1.5-flash) as AI Model. You can create new API KEY and add it into .env.local file at NEXT_PUBLIC_API_KEY
variable.
- Clone this repository
git clone https://github.com/MuhammadHakim33/translator.git
- Install all dependencies
npm install
- Rename
.env.local.example
file into.env.local
and add your API Key into that file. - Run the development server
npm run dev
- Open http://localhost:3000 with your browser to see the result.