Screen.Recording.2025-01-21.011957.mp4
Plan-Sarthi is a robust and efficient application designed to streamline planning and execution. This repository contains both the backend and frontend components to deliver a seamless user experience. Plan-Sarthi functions like a chatbot. When you provide a query, it processes the input and gives an answer based on that query.
- Make plans for trips or other activities according to your budget.
- Create study plans tailored to your exams.
- Solve Data Structures and Algorithms (DSA) problems and other coding challenges.
- Works like ChatGPT for answering diverse queries.
Watch the demo video to see how to set up and use Solve Sarthi for local development and to understand how it works:
Click the image or here to watch the video.
To get started, clone this repository using the following command:
git clone https://github.com/Rishikesh63/SOLVE-SARTHI.git- Navigate to the agent directory:
cd agent - Install dependencies:
pip install poetry
- Install dependencies:
poetry install
- Start the Agent server:
Ensure that all required environment variables are properly configured.
poetry run demo
- Navigate to the frontend directory:
cd frontend - Install dependencies:
npm install
- Start the development server:
npm run dev
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.




