salimcodes / summarizedbySalim

An Artificial Intelligence app service fully powered by Microsoft Azure that condenses long texts to main points

Home Page:https://summarizedbysalim.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summarized-by-Salim

Description

Welcome to my project! This is an artificial intelligence app made in Python and the Flask framework and fully powered by Microsoft Azure. It produces a summary by extracting sentences from a document or text conversation.

Contribution

We welcome any and all contributions! Here are some ways you can get started:

  • Report bugs: If you encounter any bugs, please let us know. Open up an issue and let us know the problem.

  • Contribute code: If you are a developer and want to contribute, follow the instructions below to get started!

  • Suggestions: If you don't want to code but have some awesome ideas, open up an issue explaining some updates or imporvements you would like to see!

  • Documentation: If you see the need for some additional documentation, feel free to add some!

Instructions

  • Fork this repository

  • Clone the forked repository

  • Add your contributions (code or documentation)

  • Commit and push

  • Wait for pull request to be merged

How to Install and Run the Project Locally

Using the terminal;

Clone the repository

git clone https://github.com/salimcodes/summarizedbySalim.git
cd summarizedbySalim

Thereafter, create a virtual environment named mypython.

# Windows
python -m venv myypython

# macOS or Linux
python -m venv myypython

Activate the created virtual environment

# Windows
myypython\Scripts\activate

#macOS or Linux
source ./myypython/bin/activate

Then install the necessary dependencies needed.

pip install -r requirements.txt

Run the flask app locally

flask run

About

An Artificial Intelligence app service fully powered by Microsoft Azure that condenses long texts to main points

https://summarizedbysalim.azurewebsites.net/

License:MIT License


Languages

Language:Python 99.4%Language:PowerShell 0.2%Language:HTML 0.1%Language:JavaScript 0.1%Language:C 0.1%Language:CSS 0.1%Language:Batchfile 0.0%