This project was generated by Google AI Studio and runs on Gemini 3.2 Flash.
Mon-Mon dictionary creator tools using OCR technology and LLM model of Gemini to contextualize the etymology and meaning of each Mon word explained in Mon language.
Try the live web app example: https://mon-ocr-dictionary-creator.ai.studio
This project was created in Google AI Studio: https://ai.studio/apps/827487ba-e46e-4319-9434-f1680a13ca45
Prerequisites
- Node.js (LTS recommended)
- npm (comes with Node) or a compatible package manager
- React.js
Install Node
Linux (using NodeSource, Debian/Ubuntu example):
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejsmacOS (Homebrew):
brew install nodeWindows:
- Download and install from https://nodejs.org/
Use nvm if you prefer per-user Node version management. Install instructions: https://github.com/nvm-sh/nvm
Install project dependencies
From the project root:
npm installRun in development
npm run devBuild for production
npm run build
npm start- The
devscript runs the TypeScript server for development (tsx server.ts). - The
buildscript bundles the frontend with Vite and compiles the server intodist/. - The
startscript runs the production server fromdist/server.cjs.
If you make improvements or fixes, please open a pull request and include a brief description of changes.
This repository does not include a license file. Add one if you intend to publish under an open-source license.
