(20251114) Initial Commit.

This commit is contained in:
2025-11-14 16:52:50 +05:30
commit 844625a84e
15 changed files with 299 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# Use this to run the microservice without any docker setup.
source .venv/bin/activate
streamlit run main.py &
deactivate
# All done:
echo "Done!"
exit 0