File size: 1,082 Bytes
d9413dd
 
 
 
 
 
 
 
20d40a7
 
 
d9413dd
 
 
 
 
 
 
 
20d40a7
d9413dd
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
### Welcome to Squad AI πŸ‘‹

![Squad AI](public/squadAI.png)

---
Squad AI is an innovative AI-powered platform designed to connect individuals with shared interests, goals, and hobbies, facilitating real-life connections. By leveraging advanced AI technologies and state-of-the-art development tools, Squad AI aims to revolutionize how people form meaningful relationships and pursue personal growth through shared activities.

Start by asking 
	- Anyone interested in cricket in Toronto? Provide more information about who is interested. Also get me some locations where I can play cricket in Toronto.
    - Anyone interested in pickleball in Toronto? Also find me some locations where I can play pickleball in Toronto.


## Setup

	Clone this repository.
	Install the required Python packages: pip install -r requirements.txt
	Create a .env file in the project root directory with the necessary environmental variables:
		- TAVILY_API_KEY
		- OPENAI_API_KEY
        - LANGSCHAIN_API_KEY

Running the Application
Run the application by executing: chainlit run app.py --port 7680