# Introduction
GenAI project to provide insight on Food Security Policies in Algeria.
This project contains scripts to deploy the app locally.
# Project structure
```
├── README.md pip install make
# Quick Start
- Create the local environment:
For a Conda env use
> make initconda
For a Venv env use
> make initvenv
- activate the environment (command specified after env creation)
- run the app locally
> make run-app