This is a simple chat application built with Flask and HTML/CSS. The app allows users to send messages to an AI assistant and receive responses in real-time.
- Real-time chat with an AI assistant
- User-friendly interface
- Responsive design
.DS_Store conversation.py README.md templates/ index.html
conversation.py
: The main Flask application file.templates/index.html
: The HTML template for the chat interface.
- Python 3.x
- Flask
- Ollama API
- Clone the repository:
git clone https://github.com/yourusername/ollama-chat-app.git
cd ollama-chat-app
- Install the required Python packages:
pip install flask ollama
Usage
- Run the Flask application:
python conversation.py
Collecting workspace information
This is a simple chat application built with Flask and HTML/CSS. The app allows users to send messages to an AI assistant and receive responses in real-time.
- Real-time chat with an AI assistant
- User-friendly interface
- Responsive design
.DS_Store
conversation.py
templates/
index.html
conversation.py
: The main Flask application file.templates/index.html
: The HTML template for the chat interface.
- Python 3.x
- Flask
- Ollama API
- Clone the repository:
git clone https://github.com/yourusername/ollama-chat-app.git
cd ollama-chat-app
- Python 3.x
- Flask
- Ollama API
- Clone the repository:
git clone https://github.com/yourusername/ollama-chat-app.git
cd ollama-chat-app
- Install the required Python packages:
pip install flask ollama
- Run the Flask application:
python conversation.py
- Open your web browser and go to
http://127.0.0.1:5000/
to access the chat interface.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to contribute to this project by submitting issues or pull requests. Enjoy chatting with the AI assistant!