Skip to content

engagepy/ai-jewellery-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Jewellery Analyser

Overview

This open source project uses OpenAI 4o API and Streamlit to analyze jewellery images, predicting the type and relevant details. Originally developed for a demo of the Kalyan Jewellers Jewellery Inventory Management System, this repository is now publicly available for community contributions.

Features

  • Image recognition for different jewellery types.
  • Extensible model architecture for continuous improvement.
  • Easy setup with Python and Streamlit.

Installation

  1. Create your Python environment.
  2. Activate the environment.
  3. Install dependencies:
    pip install -r requirements.txt

streamlit run main.py

Any jewellery image can be uploaded and the model will predict the jewellery type and related details

Usage

  1. Run the Streamlit app:
    streamlit run main.py
  2. Upload a jewellery image.
  3. View the predicted jewellery type and details.

Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or suggestions, feel free to open an issue or contact the project maintainers.

Acknowledgements

  • OpenAI for the API.
  • Streamlit for the web framework.
  • Kalyan Jewellers for the initial development support.
  • All contributors for their valuable input.

Disclaimer

This project is for educational and demonstration purposes. The predictions made by the model should not be used for any commercial purposes without further validation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages