Skip to content

rvong65/Summarizer_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Summarizer

This is a machine-learning based web application that was built with Django, React, and Hugging Face's transformers library. To use the app, the user first starts with signing up for an account by creating a username and password. The user then gets logged into the main interface and is able to interact with the summarizer by inputting any articles. A text box will then show the summarized article.

Demonstration

summarizer.mp4

Login Page

image

Main Interface Page

image

Setup

Backend

  1. Run pip install -r requirements.txt
  2. Run python manage.py makemigrations
  3. Run python manage.py migrate
  4. Run python manage.py runserver

Frontend

  1. Run npm update
  2. Run npm start or npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published