AI Chatroom is a project that provides interactive chat experiences with three major language models: ChatGPT, Gemini, and Claude.
To run the project on your local machine, follow these steps:
-
Clone the project repository:
https://github.com/serkanyasr/ChatAI-with-ChatGPT-Gemini-and-Claude.git
-
Navigate to the project directory:
cd ChatAI-with-ChatGPT-Gemini-and-Claude
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
streamlit run app.py
ChatAI-Explorer.mp4
- Update API keys and environment in
app.py
.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
This project is licensed under the MIT License.