Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.3 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.3 KB

AskQTR

Overview

AskQTR is an AI-powered chatbot designed to enhance productivity by integrating application's other tabs like task and calendar data to provide smart, actionable answers. The application streamlines planning and scheduling, helping users save time and make informed decisions effortlessly.

Tech Stack

  • Frontend: ReactJS, JavaScript, CSS, MUI
  • AI API: Gemini’s API for generating intelligent responses
  • Future Integration: Locally running AI models (e.g., LLaMA 3.2)

Setup and Installation

  1. Fork the Repository
    Click on the "Fork" button in the top-right corner of this repository's GitHub page to create your own copy.

  2. Clone the Forked Repository
    Use the following command to clone your forked repository to your local machine:

    git clone https://github.com/your-username/askqtr.git
  3. Navigate to the Project Directory

    cd askqtr
  4. Install Dependencies Install all required dependencies using npm: Install npm from here

    npm install
  5. Start Server

    npm run dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.