{"id":23653226,"url":"https://github.com/dadvaiahpavan/ai-academic-paper-generator-validator","last_synced_at":"2025-12-31T14:38:39.952Z","repository":{"id":270076077,"uuid":"909270215","full_name":"DadvaiahPavan/AI-Academic-Paper-Generator-Validator","owner":"DadvaiahPavan","description":" The Academic Paper Generator and Validator helps with academic writing by generating drafts, analyzing writing style, and supporting multiple languages. It features grammar checking, publication search, research exploration, and text-to-speech. Built with Python and Streamlit, it uses AI tools and various libraries for enhanced functionality.","archived":false,"fork":false,"pushed_at":"2024-12-28T09:10:22.000Z","size":131,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T04:06:29.213Z","etag":null,"topics":["groq-api","gtts","language-tool-python","llm","nltk","python","stremlit","textstat"],"latest_commit_sha":null,"homepage":"https://ai-academic-paper-generator-validator.streamlit.app/","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/DadvaiahPavan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2024-12-28T07:37:28.000Z","updated_at":"2025-05-13T05:42:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e521304-2bde-4112-bc1a-9b0af6c33d1b","html_url":"https://github.com/DadvaiahPavan/AI-Academic-Paper-Generator-Validator","commit_stats":null,"previous_names":["dadvaiahpavan/ai-academic-paper-generator-validator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DadvaiahPavan/AI-Academic-Paper-Generator-Validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DadvaiahPavan%2FAI-Academic-Paper-Generator-Validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DadvaiahPavan%2FAI-Academic-Paper-Generator-Validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DadvaiahPavan%2FAI-Academic-Paper-Generator-Validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DadvaiahPavan%2FAI-Academic-Paper-Generator-Validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DadvaiahPavan","download_url":"https://codeload.github.com/DadvaiahPavan/AI-Academic-Paper-Generator-Validator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DadvaiahPavan%2FAI-Academic-Paper-Generator-Validator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265820101,"owners_count":23833561,"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":["groq-api","gtts","language-tool-python","llm","nltk","python","stremlit","textstat"],"created_at":"2024-12-28T17:51:50.600Z","updated_at":"2025-12-31T14:38:39.916Z","avatar_url":"https://github.com/DadvaiahPavan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Academic Paper Generator and Validator\n\nA streamlined application for academic writing assistance with powerful tools for generating drafts, analyzing writing styles, and language support.\n\n![AI Academic Paper Generator and Validator Screenshot](https://i.ibb.co/7NVC0sv/Screenshot-2024-12-28-142055.png)\n\n## Key Features\n### 📝 Academic Draft Generator\nCreate well-structured academic drafts tailored to your research topic using advanced AI tools.\n\n### ✍️ Writing Style Analysis\nEvaluate readability, grammar, style, and detect passive voice for polished academic writing.\n\n### 🌐 Multi-language Support\nEasily translate and write academic content in multiple languages with built-in language support.\n\n### 🔍 Publication Search\nSearch for academic publications based on keywords, authors, or topics, and access a wide range of databases and journals.\n\n### 🧠 Research/Explore\nExplore research topics, analyze trends, find related research, and access various academic resources.\n\n### 🎧 Accessibility Features\nLeverage text-to-speech functionality and other tools for an inclusive academic writing experience.\n\n## Tech Stack\n- **Programming Language**: Python\n- **Web Framework**: Streamlit\n- **APIs Used**: Groq API for summarization\n- **Language Models**: llama-3.3-70b-versatile\n- **Other Libraries**:\n  - nltk: Natural Language Processing\n  - textstat: Text readability metrics\n  - language-tool-python: Grammar checking\n  - deep-translator: Language translation\n  - langdetect: Language detection\n  - gTTS: Google Text-to-Speech\n\n## Installation\n\n1. Clone the repository\n2. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n3. Create a `.env` file with your API keys:\n```\nGROQ_API_KEY=your_groq_api_key_here\n```\n\n## Usage\n\nRun the application:\n```bash\nstreamlit run main.py\n```\n\n## Project Overview\nThis project aims to assist researchers and students in generating high-quality academic papers efficiently. By leveraging AI technology, it provides tools for drafting, analyzing, and improving academic writing.\n\n## Usage Instructions\n1. Run the application using the command:\n   ```bash\n   python main.py\n   ```\n2. Follow the on-screen instructions to generate drafts and analyze your writing.\n\n## Project Structure\n```\nAcademic Paper Generator and Validator/\n├── main.py              # Main application file\n├── modules/             # Core functionality modules\n│   ├── __init__.py\n│   ├── draft_generator.py\n│   ├── language_support.py\n│   └── writing_style_analyzer.py\n├── requirements.txt     # Project dependencies\n└── .env                # Environment variables (not in repo)\n```\n\n## Dependencies\n- streamlit: Web application framework\n- groq: AI language model API\n- nltk: Natural Language Processing\n- textstat: Text readability metrics\n- language-tool-python: Grammar checking\n- deep-translator: Language translation\n- langdetect: Language detection\n- gTTS: Google Text-to-Speech\n\n## Contributing\nContributions are welcome! Please follow these steps:\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Submit a pull request detailing your changes.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadvaiahpavan%2Fai-academic-paper-generator-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdadvaiahpavan%2Fai-academic-paper-generator-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadvaiahpavan%2Fai-academic-paper-generator-validator/lists"}