{"id":19556007,"url":"https://github.com/thecomputeguy/ai-summarizer","last_synced_at":"2025-04-26T22:32:46.559Z","repository":{"id":184776677,"uuid":"476011802","full_name":"TheComputeGuy/ai-summarizer","owner":"TheComputeGuy","description":"An API that uses GPT-3 to summarize text, aimed at educational applications","archived":true,"fork":false,"pushed_at":"2022-04-10T11:50:51.000Z","size":27,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T07:43:31.162Z","etag":null,"topics":["flask","gpt-3","nltk"],"latest_commit_sha":null,"homepage":"https://paulfaraday.github.io/ai-summarizer/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheComputeGuy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-03-30T18:51:21.000Z","updated_at":"2024-05-29T13:02:29.000Z","dependencies_parsed_at":"2023-07-30T07:50:32.539Z","dependency_job_id":null,"html_url":"https://github.com/TheComputeGuy/ai-summarizer","commit_stats":null,"previous_names":["thecomputeguy/ai-summarizer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheComputeGuy%2Fai-summarizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheComputeGuy%2Fai-summarizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheComputeGuy%2Fai-summarizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheComputeGuy%2Fai-summarizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheComputeGuy","download_url":"https://codeload.github.com/TheComputeGuy/ai-summarizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251063667,"owners_count":21530837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","gpt-3","nltk"],"created_at":"2024-11-11T04:36:27.243Z","updated_at":"2025-04-26T22:32:44.138Z","avatar_url":"https://github.com/TheComputeGuy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"  # Saransh - Text Summarizer\n\n  This tool exposes an API to summarize large text inputs into byte-sized chunks. It uses OpenAIs GPT-3 model to accomplish this.\n  \n  \n  ## Try it out\n  \n  Try out the API with our [demo backend](https://ai-summarizer.herokuapp.com/) or from our [webapp](https://paulfaraday.github.io/ai-summarizer/)\n\n\n  ## Installing\n  \n  Start with cloning this repo\n  \n  ### [Optional - Recommended] Using a virtual environment\n  \n  Install and setup virtual environment\n  ```\n  pip install virtualenv\n\n  virtualenv venv\n  ```\n  \n  To activate your virtualenv\n  ```\n  source ./venv/bin/activate\n  ```\n\n  To exit the virtual environment\n  ```\n  deactivate\n  ```\n  \n  ### App setup\n\n  Install the required dependencies\n  ```\n  pip install -r requirements.txt\n  ```\n\n  ## Running in local\n\n  ### Environment variables\n\n  Add the following environment variables for the app to work:\n  \n  | Variable | Description |\n  |----------|-------------|\n  |OPENAI_API_KEY|The OpenAI API key. [Generate here](https://openai.com/api/)|\n\n  ### Debug mode\n\n  ```\n  python main.py\n  ```\n\n  ### Non-debug mode\n\n  ```\n  python app.py\n  ```\n\n## API Documentation\n\nTo check app health, go to `\u003cserver\u003e:\u003cport\u003e/` or `\u003cserver\u003e:\u003cport\u003e/isAlive`\n\nDetailed API documentation for the summary endpoints is available in `docs` folder in the repo\n\n| Endpoint | Documentation |\n|----------|---------------|\n|/summary|text_summary.md|\n|/pdfSummary|pdf_summary.md|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecomputeguy%2Fai-summarizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecomputeguy%2Fai-summarizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecomputeguy%2Fai-summarizer/lists"}