Welcome to SaaRaansH — an open-source AI summarizer designed to streamline content consumption effortlessly!
Switch seamlessly between SaaRaansH (English) and सारांश (Hindi), while enjoying a smooth, animated UI. Say goodbye to hours of reading, and let SaaRaansH do the work for you!
- 📑 Smart Summarization: Generate concise, accurate summaries of lengthy content
- 🖌️ Modern Interface: Stunning UI with smooth, animated transitions
- 🌐 Responsive Design: Fully optimized for both desktop and mobile devices
- 🧩 Open Source: Community-driven project welcoming contributions
-
Clone the repository
git clone https://github.com/vipulsc/projekt-saaraansh.git
-
Navigate to project directory
cd projekt-saaraansh -
Install dependencies
npm install
-
Create environment file
# Create a .env file in the root directory touch .env # Add your RapidAPI key to the .env file echo "VITE_RAPIDAPI_ARTICLE_KEY=your_api_key_here" >> .env
-
Start development server
npm run dev
Note: You'll need to obtain a RapidAPI key from the RapidAPI website and replace
your_api_key_herewith your actual API key.
Prerequisites: Node.js (v14+) and npm must be installed on your system.
We welcome contributions from developers of all skill levels! Here's how you can help:
- Fork the repository
- Create a feature branch
git checkout -b feature/amazing-feature
- Commit your changes
git commit -m 'Add some amazing feature' - Push to your branch
git push origin feature/amazing-feature
- Open a Pull Request
Feel free to DM or create a request for any problems you encounter.
- OpenAI: For providing the powerful GPT-4 API that powers our summarization engine
- RapidAPI: For article extraction and processing capabilities
- React Community: For building and maintaining excellent tools and libraries
- Contributors: Everyone who has contributed to making SaaRaansH better!
This project is licensed under the MIT License - see the LICENSE file for details.