The Summarize App is built using nextjs and open ai to summarize any web article. You can check live version here.
- Summarize Text: Users can put link of any article. They will get the summary of it.
Before proceeding, Make sure you have Node.js and npm installed on your machine.
bash
git clone [email protected]:mritunjayupadhyay/summary-app.git
cd summary-app
npm install
Once the installation is complete, you can start the application using the following command:
# Start the application
npm run start
Open your web browser and go to http://localhost:3000.
We welcome contributions to the Summary App. If you have suggestions or encounter issues, please open an issue first to discuss your ideas or the problems you've found.
The Real Time Chat App is open-sourced software licensed under the MIT License.