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.
cd /frontend
bun install
bun dev
cd /backend/src
pip install -r requirements.txt
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
python main.py
To run this project, you need to create a .env file and define the following environment variable:
API_KEY=your_gemini_ai_api_key
Front-end: Next.js, Tailwind CSS
Back-end: Pyhton, FastApi