Skip to content

Karituta/EcoNom-y

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%