This project is currently under active development.
Some features may be incomplete, and parts of the codebase may be subject to change.
💡 Contributions are welcome—please note that the repository is still evolving.
Designed for milk collection centers, AMPS simplifies and streamlines the milk procurement process. It supports efficient data entry, storage, and management to ensure accurate and timely milk collection operations.
+--------------------+
| <<device>> |
| Milk Analyzer |
+--------------------+
|
v
+--------------------+ +----------------------+
| <<adapter>> |<------>| Weighing Machine |
| Adapter | +----------------------+
+--------------------+
|
v
+--------------------+
| AMPS App |<--------+
+--------------------+ |
| |
[Bluetooth] +----------------+
| | Printer |
v +----------------+
+--------------------+
| <<sync>> |
| Sync |
+--------------------+
/ \
/ \
v v
+----------------+ +-------------------+
| Local DB | | API |
+----------------+ +-------------------+
|
v
+-------------------+
| Remote DB |
+-------------------+- Intuitive User Interface: Built for ease of use by milk collection center staff.
- Automated Logging: Automatically records volume, quality, and timestamp of milk collections.
- Secure Data Management: Ensures safe storage and easy access to all records.
- Real-Time Sync: Seamlessly syncs data to the cloud when online.
- Analytics & Reporting: Provides visual reports on volume, quality, and trends.
git clone https://github.com/balaji-sivasakthi/amps
cd ampsEnsure you have Yarn installed, then run:
yarn installLaunch the app using Expo:
expo startUse the Expo Go app on your device or a simulator to run the application.
- Open the App on your mobile device or emulator.
- Authenticate: Log in or register a new account.
- Begin Collection: Input milk data including volume and quality.
- Automatic Syncing: The app will sync data with the server whenever a connection is available.
- Access Reports: Generate and review reports for analysis and auditing.
- React Native: Cross-platform mobile development framework.
- Expo: Toolchain for streamlined app development and deployment.
- Yarn: Dependency and package management.

