Multi-agent chat platform that leverages Aya's multilingual capabilities to break down language barriers in the workplace.
Link to weekly presentations: https://sites.google.com/cohere.com/expedition-aya/expedition-resources
For testing Multi-user chat interface run the following command to run start the FastAPI server locally
python3 -m uvicorn chat_app:app --host 0.0.0.0 --port 8000
Then access the app using:
http://0.0.0.0:8000/chat.html
Feel free to try with >2 users for your team and provide ⭐ above!