This repository contains an import sheet column mapper built on LLMs. The purpose of this mapper is to facilitate onboarding of users raw data onto Talenox in the simplest way possible.
-
Install Python from Python.org if you have not already done so.
-
Clone this repository.
-
Navigate into the project directory:
$ cd import_sheet_mapper
-
Create a new virtual environment:
macOS: $ python -m venv venv $ . venv/bin/activate
-
Install the requirements:
$ pip install -r requirements.txt
-
Make a copy of the example environment variables file:
$ cp .env.example .env
-
Add your API key to the newly created .env file.
This app still does not have a UI but you can test it using the following command:
python main.py