Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.24 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.24 KB

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