Use AI to discover nearby places around any address in Toronto.
- A valid
Groq
API Key. You can get this at https://groq.com - A valid
Google Maps
API Key. You can get this at https://console.cloud.google.com/google/maps-apis/overview
- Clone the repo
git clone [email protected]:TaimurAyaz/Neighby.git
- Open the directory
cd Neighby
- Run startup script
sh start.sh
This will install all the required dependencies, if needed. If this is the first time you are running Neighby you will be asked to provide the Groq
and Google Maps
API Keys. You can always modify these values in the generated .env
file, later.
If you followed the Setup above, you should aleady be up and running. You can manually start Neighby by calling the following in the cloned repository directory.
sh start.sh
You can stop Neighby by calling the following in the cloned repository directory.
sh stop.sh