Current LLMs are broad-based and most do not work with Ghanaian local languages like Twi, Ewe/Fon, Ga etc.
Enter ChatGPTwi! A minimalistic chat-ui style webapp which allows users to interact with Generative AI (ChatGPT) in a local Ghanaian language. Just plug in your API keys and you're good to go! :-D
- Express/Node.js (Backend)
- ReactJS (Frontend)
- GhanaNLP Translation APIs
- ChatGPT API (will be able to substitute for another generative API service soon eg Gemini, Claude, Mistral, etc)
Run the following command in /express-backend
npm install
OPENAI_API_KEY=sk_xxxxxxxxxxxxxxxxxxxxxxxxx
GHANANLP_API_KEY=aaaaaaaaaaaaaaaaaaaaaaaaaaa
npm run start
Open http://localhost:3000 to view the app