{"id":19530396,"url":"https://github.com/obaskly/essay-generator","last_synced_at":"2025-09-21T23:15:27.297Z","repository":{"id":251212386,"uuid":"836741274","full_name":"obaskly/Essay-Generator","owner":"obaskly","description":"Generate essays for free","archived":false,"fork":false,"pushed_at":"2024-08-07T14:50:23.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T19:03:18.846Z","etag":null,"topics":["ai","essay","gpt","text-generation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obaskly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-01T13:13:01.000Z","updated_at":"2024-08-07T14:50:26.000Z","dependencies_parsed_at":"2024-11-11T01:31:49.084Z","dependency_job_id":"7d1ee446-b56f-484d-a38e-848fb95bd07f","html_url":"https://github.com/obaskly/Essay-Generator","commit_stats":null,"previous_names":["obaskly/essay-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/obaskly/Essay-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obaskly%2FEssay-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obaskly%2FEssay-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obaskly%2FEssay-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obaskly%2FEssay-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obaskly","download_url":"https://codeload.github.com/obaskly/Essay-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obaskly%2FEssay-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276318999,"owners_count":25621652,"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","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ai","essay","gpt","text-generation"],"created_at":"2024-11-11T01:31:43.141Z","updated_at":"2025-09-21T23:15:27.221Z","avatar_url":"https://github.com/obaskly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Free Essay Generator\n\nThis web application generates an essay outline and a full essay based on a given subject, with GroqCloud API to generate content using llama3-8b-8192 model. It also allows saving the generated essay as a DOCX or PDF file.\n\n## Features\n\n- Generate an essay outline from a provided subject\n- Generate a full essay based on the outline\n- Save the generated essay as a DOCX file\n- Save the generated essay as a PDF file\n- Friendly web design\n\n## Technologies Used\n\n- Python (Flask) for the backend\n- JavaScript for frontend interactions\n- HTML/CSS for the frontend design\n- ReportLab for PDF generation\n- python-docx for DOCX generation\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.x\n- pip\n\n### Installation\n\n1. Clone the repository:\n    ```\n    git clone https://github.com/obaskly/Essay-Generator.git\n    cd Essay-Generator\n    ```\n\n2. Install the required packages:\n    ```\n    pip install -r requirements.txt\n    ```\n\n### API set up\n\n- Get your free api from here https://console.groq.com/keys and place it in line 14 in app.py\n\n### Running the Application\n\n1. Start the Flask server:\n    ```\n    python app.py\n    ```\n\n2. Open your web browser and go to `http://127.0.0.1:5000`.\n\n### Usage\n\n1. Enter a subject in the input box and click \"Continue\" to generate an outline.\n2. Review and modify the generated outline if necessary.\n3. Click \"Generate Essay\" to create a full essay based on the outline.\n4. Save the essay by clicking \"Save as DOCX\" or \"Save as PDF\".\n\n## File Structure\n\n- `app.py`: Main Flask application file.\n- `templates/index.html`: HTML template for the web interface.\n- `static/styles.css`: CSS styles for the web interface.\n- `requirements.txt`: List of Python packages required for the project.\n\n## TODO\n\n- The script now generates references and places them at the end. But sometimes they are still between paragraphs. I'll improve that later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobaskly%2Fessay-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobaskly%2Fessay-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobaskly%2Fessay-generator/lists"}