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.
- 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)
-
Fork the Repository
Click on the "Fork" button in the top-right corner of this repository's GitHub page to create your own copy. -
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
-
Navigate to the Project Directory
cd askqtr
-
Install Dependencies Install all required dependencies using npm: Install npm from here
npm install
-
Start Server
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.