carte
Repository for CARTE: Context-Aware Representation of Table Entries
File Explorer
Download Latest Version (.zip)- style.yml
- __init__.py
- carte_configs.py
- directory.py
- model_parameters.py
- visuailization.py
- kg_pretrained.pt
- outline_carte.jpg
- __init__.py
- config_spotify.json
- config_wine_dot_com_prices.json
- config_wine_pl.json
- config_wine_vivino_price.json
- load_data.py
- spotify.parquet
- wine_dot_com_prices.parquet
- wine_pl.parquet
- wine_vivino_price.parquet
- results_carte_baseline_bestparams.csv
- results_carte_baseline_singletable.csv
- __init__.py
- compile_results_singletable.py
- download_data.py
- download_data.sh
- evaluate_singletable.py
- preprocess_lm.py
- preprocess_raw.py
- __init__.py
- baseline_multitable.py
- baseline_singletable_nn.py
- carte_estimator.py
- carte_gridsearch.py
- carte_model.py
- carte_table_to_graph.py
- evaluate_utils.py
- preprocess_utils.py
- visualization_utils.py
- __init__.py
- config_spotify.json
- config_wine_dot_com_prices.json
- config_wine_pl.json
- config_wine_vivino_price.json
- spotify.parquet
- wine_dot_com_prices.parquet
- wine_pl.parquet
- wine_vivino_price.parquet
- 1. carte_single_tables quick.ipynb
- 1. carte_single_tables.ipynb
- 2. carte_joint_learning.ipynb
- 3. carte_singletable_visualization.ipynb
- profile_main.py
- data_wina.png
- performance.png
- t2g.png
- test_load_data.py
- test_carte_estimator.py
- test_carte_model.py
- test_carte_table_to_graph.py
- .flake8
- .gitignore
- CONTRIBUTIONS.md
- INSTALL.md
- LICENSE.txt
- Makefile
- MANIFEST.in
- pyproject.toml
- README.md
- requirements-optional.txt
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/soda-inria/carte
Downloads the entire project code from GitHub to your computer.
cd carte
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
