dependabot[bot] 4f8165fe31 build(deps): bump the python-dependencies group with 4 updates
Bumps the python-dependencies group with 4 updates: [requests](https://github.com/psf/requests), [pandas](https://github.com/pandas-dev/pandas), [pytest](https://github.com/pytest-dev/pytest) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `requests` from 2.32.5 to 2.33.0
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0)

Updates `pandas` from 2.3.3 to 3.0.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.1)

Updates `pytest` from 8.4.2 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.2)

Updates `mkdocs-material` from 9.6.23 to 9.7.6
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.23...9.7.6)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pandas
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: mkdocs-material
  dependency-version: 9.7.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 21:12:54 +00:00
2026-02-11 23:58:51 +01:00

Millesima AI Engine 🍷

A University of Paris-Est Créteil (UPEC) Semester 6 project.

Documentation

note: only french version enabled for now.


Installation

Make sure you have Python 3.10+ installed.

  1. Clone the repository:

    git clone https://github.com/votre-pseudo/millesima-ai-engine.git
    cd millesima-ai-engine
    
  2. Set up a virtual environment:

    python3 -m venv .venv
    source .venv/bin/activate  # Windows: .venv\Scripts\activate
    
  3. Install dependencies:

    pip install -e .
    

Usage

1. Data Extraction (Scraping)

To fetch the latest wine data from Millesima:

python3 src/scraper.py

Note: that will take some time to fetch all data depending on the catalog size.

Description
A machine learning engine designed for wine price prediction, specifically tailored for the famous French wine retailer, Millesima
Readme 1.9 MiB
Languages
Python 100%