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.examplefile into.env.localand 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.