This project is a simple AI chatbot application that uses natural language processing models to interact with users in a conversational format.
- Simple text-based chatbot that can interact with users.
- Powered by pre-trained natural language processing models.
Make sure you have the following installed:
- Python 3.7+
- Required libraries (listed in
requirements.txt
)
- Python
- Flask: For building the API interface
- Transformers: Pre-trained models from Hugging Face for image captioning
- Torch: Deep learning framework
- HTML/CSS/JS: For frontend
-
Clone the repository:
git clone https://github.com/vijaygodhasara/simple_chatbot_AI_app.git
-
Navigate into the project directory:
cd simple_chatbot_AI_app
-
Install the required dependencies:
pip install -r requirements.txt
Once all dependencies are installed, you can run the application with the following command:
python3 app.py