The project aims to recognize handwritten images containing all English letters and digits from user input, followed by storing them in a dedicated database. Upon the user's request for the conversion of an English paragraph, the application seamlessly transforms the input string into the user's distinctive handwriting. This ensures a personalized and refined experience for users seeking a unique representation of their text in a handwritten format.
conda create -P hwr
conda activate hwr/
conda install flask-cors
conda install flask
conda install python=3.10
conda install opencv
conda install pyjwt
conda install pymongo
pip install Flask-PyMongo
conda install bcrypt
conda install tensorflow#Linux
sudo systemctl start mongod#windows
mongodconda activate hwr
cd /Backend/components
python3 index.pycd ./Capital_Hand_Writing_Replicator/Hwr-Front
npm install
npm run dev