Skip to content
/ Lukrium Public

O Lukrium é uma ferramenta interna para a MC Sonae que otimiza a gestão de preços. Inclui um gerador de preço otimizado para novos produtos, comparando-os com o mercado, e um sistema de alerta de revisão de preço, que identifica produtos a perder competitividade.

Notifications You must be signed in to change notification settings

gxnca/Lukrium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Logo

Lukrium

Lukrium is an internal tool developed for MC Sonae to optimize price management. It includes a price optimization generator for new products, comparing them with market prices, and a price review alert system that identifies products losing competitiveness. With this solution, the company can quickly adapt to the market, ensuring strategic and competitive pricing.

Getting Started

Frontend

Navigate to the frontend directory:

  cd /frontend

Install dependencies:

  bun install

Start the development server:

  bun dev

Backend

Navigate to the backend directory:

  cd /backend/src

Install dependencies:

  pip install -r requirements.txt

Database Setup:

Create a folder named data and place the dataset files provided by Sonae inside it. Then, run the following command to build the database files:

  python introduz.py

Start the API:

  python main.py

Environment Variables

To run this project, you need to create a .env file and define the following environment variable:

API_KEY=your_gemini_ai_api_key

Tech Stack

Front-end: Next.js, Tailwind CSS

Back-end: Pyhton, FastApi

About

O Lukrium é uma ferramenta interna para a MC Sonae que otimiza a gestão de preços. Inclui um gerador de preço otimizado para novos produtos, comparando-os com o mercado, e um sistema de alerta de revisão de preço, que identifica produtos a perder competitividade.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published