A simple AI chat application built with Flask, Langchain, and Ollama. This project demonstrates how to create a conversational agent using modern web technologies.
- Chat with an AI model using a user-friendly interface
- Built with Flask for the backend
- Utilizes Langchain for natural language processing
- Integrates Ollama for enhanced conversational capabilities
- Python: For the backend logic
- Flask: Web framework for building the application
- HTML/CSS/JavaScript: Frontend technologies for the user interface
- Langchain: For processing and managing conversations
- Ollama: To enhance AI interactions
-
Clone the repository:
git clone https://github.com/mohamadanasfattoum/Simple-AI-Chat.git
-
Navigate to the project directory:
cd Simple-AI-Chat
-
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your browser and go to
http://localhost:5000
.
Once the application is running, you can start chatting with the AI by entering your messages in the chat interface.
Feel free to submit issues or pull requests to improve the application!