Rx Tools is a free, open-source web application designed to assist pharmacy technicians with daily tasks. Our mission is to provide accessible, accurate, and easy-to-use tools to improve efficiency and safety in the pharmacy.
Calculate the exact number of packs needed for a prescription based on dose, frequency, and duration.
- Supports Drops, Injections, and Pills.
- Automatically calculates total dose volume/count.
- Determines the optimal combination of pack sizes to minimize waste.
Count pills instantly with 100% accuracy using our hybrid verification system.
- Auto-Count: Upload an image, and our computer vision algorithm detects pills automatically.
- Manual Verification: Click on the image to add missed pills or remove incorrect detections.
- Privacy Focused: All image processing happens locally in your browser. No images are uploaded to a server.
- Node.js (v18 or higher)
- npm
- Clone the repository:
git clone https://github.com/tolkienfan2/rxtools.git
- Install dependencies:
cd rxtools npm install - Start the development server:
npm run dev
This project is open-source and we welcome contributions! Please feel free to submit a Pull Request.
This project is licensed under the GNU General Public License v3.0 (GPLv3) - see the LICENSE file for details.