Skip to content

vijaygodhasara/simple_chatbot_AI_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chatbot AI App

This project is a simple AI chatbot application that uses natural language processing models to interact with users in a conversational format.

Chatbot Screenshot

Features

  • Simple text-based chatbot that can interact with users.
  • Powered by pre-trained natural language processing models.

Prerequisites

Make sure you have the following installed:

  • Python 3.7+
  • Required libraries (listed in requirements.txt)

Technologies Used

  • 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

Installation

  1. Clone the repository:

    git clone https://github.com/vijaygodhasara/simple_chatbot_AI_app.git
    
  2. Navigate into the project directory:

    cd simple_chatbot_AI_app
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

Once all dependencies are installed, you can run the application with the following command:

python3 app.py 

About

Simple chatbot generative AI application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published