Skip to content

AryBot: An AI chatbot crafted with Python Flask and Google's Generative API, delivering natural and engaging conversation experiences.

License

Notifications You must be signed in to change notification settings

arycodes/arybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AryBot

AryBot is an open-source AI chatbot built with Python Flask and Google's Generative API, offering natural and engaging conversation experiences.

Features

  • Python Flask Backend: Powers the robust backend for handling requests and responses.

  • Google's Generative API Integration: Provides advanced AI chat capabilities for interactive conversations.

  • Frontend Interface: User-friendly interface developed with HTML, CSS, and JavaScript.

Usage

  1. Clone the repository:

    git clone https://github.com/arycodes/arybot.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set up API key:

    • Create a .env file in the root directory.
    • Add your Google's Generative API key:
      GOOGLE_API_KEY = 'ENTER YOUR API';
  4. Run AryBot:

    python main.py

Contributing

Contributions are welcome! Fork the project, create a branch, make your changes, and submit a pull request.

License

Distributed under the MIT License.

Contact

Aryan
Email: arycodes501@gmail.com
Instagram: @Instagram

Project Link App Link

About

AryBot: An AI chatbot crafted with Python Flask and Google's Generative API, delivering natural and engaging conversation experiences.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages