First run:
yarn
Next:
yarn dev
First run:
npm install
Next:
- Create a .env file
- In the .env file add in the following. Replace {yourkey} with your own API key taken from OpenAI.
PORT=3000
OPENAI_API_KEY= {yourkey}
Next:
npm start
You can now view the project on your localhost
As humans, our attention spans are short. We do not like reading too long of texts. Hence, let's just summarize everything
Summarize any long or difficult texts into something short and digestable
The summary tool uses the API from OpenAI. The web application was created using React and Express
Our group was not good at making the frontend UI appealing.
The application works!
OpenAI API has a lot of potential to solve many issues
We wish to incorporate the ability to upload files and listen to sounds/music
Here is our demo