Skip to content

LuaanNguyen/Fiber

 
 

Repository files navigation

🥑 Fiber - The AI powered app that rates your grocery products. (CalHacks 2024)

Screenshot 2024-06-23 at 12 27 37 PM Demo: https://devpost.com/software/fiber-your-ai-nutrition-companion?ref_content=user-portfolio&ref_feature=in_progress

Geting started

This project was created with React Native, Expo, Python, Flask, and OpenAI's API.

Install dependencies/ Start the app

Create a copy of example.env and rename it to .env , insert your device IP address and openAI API key to run in the local environment:

EXPO_PUBLIC_DEVICEIP = "Your IP here"
EXPO_PUBLIC_OPENAI_API_KEY="Your API key here"

Running the app


For the backend:

cd Backend
pip3 install -r requirements.txt
python3 app.py

Open a new terminal window in the rood directory of the project:

npm install
npm start

Simulator

Follow the instructions to run the app on a simulator:

The instructions can be found at Expo Documentation

Development

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.7%
  • JavaScript 3.9%
  • Python 1.4%