This app is designed to help you quickly and easily summarize text and answer questions you may have. The app utilizes openAI API to provide a user-friendly interface that allows you to quickly generate summaries and Q&A.
- Visit website here - tldr-summarize-this.vercel.app
- Copy and paste the text that you would like to summarize or ask a question about.
- Click “Summarize” or "Ask button.
- View the generated summary or answer the question
To access and use this project locally, please fork this repository. Then, use command line and run npm install to install all necessary dependencies. Also, make sure to add OPENAI_API_KEY to connect with openAI API. Once all the dependencies have been installed, you can start the development server by running npm run dev. Finally, you can access the project locally at localhost:3000 in your browser.
- JavaScript
- React
- Next.js
- Tailwind CSS
- openAI API
If you have any questions or feedback, please contact me at park dot minh at northeastern dot edu
- Powered by OpenAI
- Developed by Minhee Park