Table of Contents
The repository aimed at providing user a functionality of extracting the possible titles from the mentioned sentence. Currently the update is supporting two languages : Hebrew and English.
In near future, it will be made available for different langauges.
Here are the major frameworks that were used to build this project.
- Python
- Spacy
- Flask
The following are the steps for your smooth usage of this repository. Please follow the below instructions to reach to the final response output.
Install all the necessary packages and libraries through
- pip3/ pip
pip3 install -r requirements.txt
- Clone the existing repository on your local machine.
- Dive to the folder path.
- Run the requirements.txt file to download all the necessary libraries and packages using pip3 install -r requirements.txt
- Run the main file using python3 main.py
- Open the Postman to check the responses. Place {"text":"sentence xyz"} in your Raw-> Json input. Also mention {localhost}/getTitles/ as the request URL. Hit Send.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your own Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
Name - Mimansha Goyal - mimansha02@gmail.com Project Link: https://github.com/mish1102/Extract-Possible-Titles-from-Sentence