
Your AI-Powered Bar Cart Management System
Explore the docs »
Report Bug
·
Request Feature
HAL-9001 is a cutting-edge system that revolutionizes how you manage your spirits collection. By combining advanced imaging technology with AI-powered analysis, it offers an intelligent solution for cataloging and organizing your bar cart.
- 📸 Smart Image Recognition: Capture bottle images with high-resolution camera integration
- 🤖 AI-Powered Analysis: Leverages OpenAI's ChatGPT for intelligent data extraction
- 📊 Comprehensive Data Collection: Automatically extracts:
- Brand and model information
- Alcohol by volume (ABV)
- Suggested retail price
- Bottle details and characteristics
- 📱 Modern User Interface: Built with React for a seamless user experience
- 🔄 Real-time Processing: Efficient Node.js backend for quick data processing
Follow these steps to set up HAL-9001 locally.
- Node.js (v14 or higher)
- npm
npm install npm@latest -g
- A compatible camera system
- OpenAI API key
- Clone the repository
git clone https://github.com/pjmarz/HAL-9001.git
- Install NPM packages
cd HAL-9001 npm install
- Configure your environment variables
cp .env.example .env
- Enter your API keys in
.env
OPENAI_API_KEY=your_api_key_here
- Start the application
npm start
- Open your browser and navigate to
http://localhost:3000
- Follow the on-screen instructions to:
- Set up your camera
- Capture bottle images
- View and manage your collection
Check out our Figma Design to see the UI/UX planning and design system.
- Multi-bottle scanning
- Mobile app development
- Cocktail recipe recommendations
- Inventory tracking system
- Social sharing features
See the open issues for a full list of proposed features and known issues.
Contributions make the open source community an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Peter Marino - @pjmarz - [email protected]
Project Link: https://github.com/pjmarz/HAL-9001