Skip to content

highfeast/explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Highfeast Explorer: Introducing Foodfolio.ai

- Thank you for checking us out! HF Explorer /Foodfolio is in active development! 🙇

Problem Statement: Many individuals lack specialized assistance when planning menus for events or estimating food quantities, recipes and costs at home. Especially the local food!

Proposed Solution:

  • Specialized food companion and catering assistant
  • Verifiable AI for planning menus and food estimations
  • Access to distributed and local food datasets from multiple creators.

FoodFolio:

Our Consumer AI product that empowers creators; chefs, nutritionists and other enterprises to own and create food assistants for their followers.

ICP projects Integrated:

ETH Integrations

  • Privy.io, Biconomy, Wagmi, Viem

Languages

  • mokoto
  • typescript

Local Testing

To test the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/highfeast/explorer
    cd explorer
    npm install

2 **Install motoko dependencies""

   mops install
  1. Build and deploy canisters locally:

    dfx start
    dfx canister create --all
    dfx deploy
  2. Start the custom front-end:

    cd explorer_frontend
    npm run start
  3. Open localhost in your browser: http://localhost:3000