Our project is a chat-bot that can converse with users in a specific style. The unique feature of this bot is that it can mimic the communication style of a particular person. Users can upload a chat history with this person, and the bot will learn to chat in that person's style.
Mac OS:
python -m venv venv
source venv/bin/activate
Windows:
python -m venv venv (in default terminal, not in powershell) venv\Scripts\activate
pip install -r requirements.txt