Skip to content

noumanaziz7241/Text_Summarization_Openai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text summarization using Openai

Python Setup

  • Install pip using guide
  • Install virtual enviornment using this guide
  • Create and Activate virtual envoirnment using these commands respectively.
    1. firstly install virtualenv using this command pip install virtualenv

    2. Then create and activate Virtual environment using these commands.

      python -m venv summarization_env

      source summarization_env/bin/activate respectively.

  • Install Jupyter Notebook or VS Code.
  • Use OpenAI API Key by either environment variable of OS module or by using dotenv file.
  • Run pip install -r requirements.txt
  • Run Jupyter Notebook File i.e. Summarizatio-Openai.ipynb cell by cell.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published