Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 718 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 718 Bytes

🤝 Contributing

Clone the repo

git clone https://github.com/siddheshtv/abstractive-summarization.git

Install the requirements

$backend> pip install -r requirements.txt
$frontend> npm install

Issues to solve at this point

  • Developing a better transcription model
  • Developing a better "abstractive" summarization model
  • Enhance the user interface
  • Using custom user authentication (instead of current: Auth0)
  • Anything else that might seem interesting to you (incl. code optimization, handling concurrent requests, parallization, etc.)

Submit a pull request

If you'd like to contribute, please fork the repository and open a pull request to the main branch.