Skip to content

Calhacks 2024: Fiber - The AI powered app that rates your grocery products.

License

Notifications You must be signed in to change notification settings

Smit2553/Fiber-AI

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.

About

Calhacks 2024: Fiber - The AI powered app that rates your grocery products.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •