mirror of
https://github.com/guezoloic/millesima_projetS6.git
synced 2026-03-28 11:03:41 +00:00
main
Configure Dependabot for Python package updates.
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.
-
Clone the repository:
git clone https://github.com/votre-pseudo/millesima-ai-engine.git cd millesima-ai-engine -
Set up a virtual environment:
python3 -m venv .venv source .venv/bin/activate # Windows: .venv\Scripts\activate -
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.
Languages
Python
100%