Skip to content

A Flask-based AI chatbot using Google AI for intelligent, real-time conversations and assistance on various topics.

Notifications You must be signed in to change notification settings

rayder-dev/Google-AI-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Chatbot

This AI chatbot is crafted to efficiently handle various tasks, delivering smart and effective responses to user queries. Developed using Python and Flask.

Screenshot 2024-12-12 233411

Tech Stack:

Google-Generative AI, Python, Flask, HTML, CSS, JavaScript

Install Project Dependencies

To set up the project, run the following commands to install all required dependencies.

Install & Activate Flask Environment

pip install virtualenv

virtualenv env

env\Scripts\activate

Install Dependencies Inside the Environment

pip install flask flask-cors google-generativeai python-dotenv

Run Application

env\Scripts\activate

python app.py

Open in Browser

http://localhost:5000/

About

A Flask-based AI chatbot using Google AI for intelligent, real-time conversations and assistance on various topics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published