Ziya Grammar Correction Chatbot is a mobile application designed to assist users in correcting grammatical errors in their text. Built using React Native and Expo, the app leverages the power of the OpenAI GPT-3.5 Turbo model to provide intelligent and context-aware grammar corrections.
- Instant grammar correction
- User-friendly interface
- Seamless translation experience
- Integration with OpenAI GPT-3.5 Turbo model
https://drive.google.com/file/d/1c38w2b87D26BS5ZezoZLGEUiaNFeaqtj/view?usp=sharing
To run the app locally, follow the steps below:
- Node.js and npm installed
- Expo CLI installed (
npm install -g expo-cli
)
- Clone the repository:
git clone https://github.com/AugustBemsen/grammar-app.git
- Navigate to the project directory:
cd grammar-app
- Install dependencies:
npm install
- Start the Expo development server:
npx expo start
- Follow the Expo CLI instructions to run the app on an emulator or physical device.
- Login or Create an account
- Open the app and start a chat session.
- Input the text you want to correct.
- Receive instant grammar corrections from Ziya, your Grammar Guru.
- React Native
- Expo
- OpenAI GPT-3.5 Turbo model
- OpenAI for providing the powerful GPT-3.5 Turbo model.
- The React Native and Expo communities for their valuable contributions.