This project was created with React Native, Expo, Python, Flask, and OpenAI's API.
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"
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
Follow the instructions to run the app on a simulator:
The instructions can be found at Expo Documentation
You can start developing by editing the files inside the app directory. This project uses file-based routing.