- Find this line of code in main.py and add the absolute path for
server/models/model.h5
:
recognizerAlpha = AlphabetsRecognizer(model_path='/home/avinash/Documents/Sanketuvach-mobile/server/models/model.h5')
- Install dependencies
cd server
pip install -r requirements.txt
- Run the flask server
python3 main.py
- Go to client directory:
cd client
- Install dependencies:
npm install
- Run the expo app:
npx expo start
- Fork the repo
- Clone the repo
git clone https://github.com/[yourusername]/Sanketuvach-mobile
- Make changes and push in your forked repo
git add .
git commit -m "Your Commit Message"
git push
- Make a pull request from github