Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 880 Bytes

README.md

File metadata and controls

44 lines (41 loc) · 880 Bytes

Sanketuvach-mobile

Set up for Server (Flask)

  1. 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')
  1. Install dependencies
cd server
pip install -r requirements.txt
  1. Run the flask server
python3 main.py

Setup and run client (react-native mobile app):

  1. Go to client directory:
cd client
  1. Install dependencies:
npm install
  1. Run the expo app:
npx expo start

How to Contribute

  1. Fork the repo
  2. Clone the repo
git clone https://github.com/[yourusername]/Sanketuvach-mobile
  1. Make changes and push in your forked repo
git add .
git commit -m "Your Commit Message"
git push
  1. Make a pull request from github