Welcome to the Article Summarizer repository! This application is designed to help you summarize lengthy articles into shorter, concise summaries. With the use of natural language processing techniques, the Article Summarizer simplifies the task of extracting key information from articles, making it easier for you to grasp the main ideas quickly.
To get started with the Article Summarizer, you'll need to clone this repository to your local machine. Open your terminal and use the following command:
git clone https://github.com/srdarkseer/article-summarizer.git
Before you can run the Article Summarizer, you need to install the required dependencies. To do this, navigate to the project directory and run the following command:
cd article-summarizer
npm install
To run the Article Summarizer on your local machine, follow these steps:
- Make sure you have completed the installation process mentioned above.
- Start the development server by running the command:
npm run dev
Once the server is up and running, you can access the Article Summarizer by opening a web browser and navigating to http://localhost:5173.
To use the Article Summarizer, you need to add your secret key to the project. Follow the steps below:
-
In the project directory, create a file named
.env
. -
Open the
.env
file and add the following line, replacingyour_secret_key_here
with your actual secret key:SECRET_KEY=your_secret_key_here
-
Save the
.env
file.
By adding your secret key to the .env
file, the application will be able to access the necessary APIs and function properly.
Note: Make sure to keep your secret key confidential and never commit it to a public repository or share it with unauthorized individuals.
If you have any questions or encounter any issues while using the Article Summarizer, please feel free to reach out for assistance. Enjoy summarizing articles with ease!