An AI-powered (Google Gemini Flash) writing assistant for IELTS Writing.
https://ielts-writing-assistant.vercel.app/
- Give the answer for the task 1 and task 2
- Improve your answer by giving suggestions
- Estimate the band score for your answer
- Give the enhanced answer based on the band score target
# Install the dependencies
npm install
# Create a .env file and add the Gemini API key
echo "GEMINI_API_KEY=YOUR_API_KEY" > .env.local
# Run the app
npm run dev
MIT