Deploy Bot
Add complete Django backend with SciANN model loader and API endpoints
ed85fe4

Place trained SciANN model weights here (*.h5 or *.hdf5 files).

The app will automatically:

  1. Look for model_definition.py at project root to build architecture
  2. Search for weights files under models/ directory
  3. Load weights if both architecture and weights are available

See README.md for detailed integration instructions.