EcoNom-y

Setup

Clone the Repository

git clone https://github.com/digitalyoshixi/EcoNom-y
cd EcoNom-y

Install Dependencies

py -m pip install -r requirements.txt  # Windows
python3 -m pip install -r requirements.txt  # Unix (MacOS or Linux)

Set Environment Variables

cp .env.example .env  # Copy .env.example to .env
vim .env  # Add a Gemini API key to .env

See the Google Gemini docs for information on how to create an API key. Create a project on Supabase for access to the Project URL and Project API key.

Run the Server

python3 main.py