Views
No views yet
pip install -r requirements.txtstreamlit run app.py or gradio gradio_app.py

pip install -r requirements.txt
model.py file or can go with the HNet already present. For custom models created, you need to import them to train.py, for them to to use. Remember we are training different models for Hindi Digit & Characters.python train.py. You can also specify epochs and lr. Most important, is the model_typepython train.py --epochs <num-epochs> --lr <learning-rate> --model_type <type-of-model>