{"id":26016760,"url":"https://github.com/ajagtapdev/classify-ai","last_synced_at":"2026-04-12T16:04:20.107Z","repository":{"id":261676759,"uuid":"871761586","full_name":"ajagtapdev/classify-ai","owner":"ajagtapdev","description":"An AI-driven solution for government document classification.","archived":false,"fork":false,"pushed_at":"2024-11-23T03:41:50.000Z","size":473,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-23T04:27:51.979Z","etag":null,"topics":["llms","nextjs","nlp"],"latest_commit_sha":null,"homepage":"https://classifyai.vercel.app/","language":"TypeScript","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/ajagtapdev.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-10-12T21:27:32.000Z","updated_at":"2024-11-23T03:41:54.000Z","dependencies_parsed_at":"2024-11-07T20:57:02.149Z","dependency_job_id":null,"html_url":"https://github.com/ajagtapdev/classify-ai","commit_stats":null,"previous_names":["ajagtapdev/classify-ai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajagtapdev%2Fclassify-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajagtapdev%2Fclassify-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajagtapdev%2Fclassify-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajagtapdev%2Fclassify-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajagtapdev","download_url":"https://codeload.github.com/ajagtapdev/classify-ai/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242150740,"owners_count":20080003,"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":["llms","nextjs","nlp"],"created_at":"2025-03-06T04:33:10.001Z","updated_at":"2026-04-12T16:04:20.072Z","avatar_url":"https://github.com/ajagtapdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eClassify.ai - Government Document Classification\u003c/h1\u003e \n\n\u003cp\u003eClassify.ai is an AI-powered solution built to streamline and automate the classification of government documents. The application is built using \u003cstrong\u003eNext.js\u003c/strong\u003e for the frontend, integrated with \u003cstrong\u003eClerk\u003c/strong\u003e for authentication, and leverages \u003cstrong\u003eemailJS\u003c/strong\u003e for communication. This repository contains the source code for the frontend, backend integration, and components required to classify documents with AI-driven text processing.\u003c/p\u003e\n\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003cstrong\u003eAI-Powered Text Classification\u003c/strong\u003e: Classify documents efficiently using our AI engine.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eUser Authentication\u003c/strong\u003e: Secure authentication for professionals and students using Clerk.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eRole-Based Access Control\u003c/strong\u003e: Users are categorized into \u003ccode\u003eprofessional\u003c/code\u003e and \u003ccode\u003estudent\u003c/code\u003e roles for appropriate access.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eContact Form Integration\u003c/strong\u003e: Users can send inquiries via the integrated email system (emailJS).\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eResponsive Design\u003c/strong\u003e: Modern, responsive UI with interactive elements and smooth animations.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2 id=\"installation\"\u003eInstallation\u003c/h2\u003e\n\n\u003ch3\u003ePrerequisites\u003c/h3\u003e\n\u003cp\u003eBefore running the project, ensure you have the following installed:\u003c/p\u003e\n\u003cul\u003e\n  \u003cli\u003eNode.js (version 18+)\u003c/li\u003e\n  \u003cli\u003enpm or yarn\u003c/li\u003e\n  \u003cli\u003eA valid Clerk account for authentication\u003c/li\u003e\n  \u003cli\u003eEmailJS account for handling contact form submissions\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch3\u003eSetup\u003c/h3\u003e\n\u003col\u003e\n  \u003cli\u003eClone the repository:\u003c/li\u003e\n  \u003cpre\u003e\u003ccode\u003egit clone https://github.com/yourusername/classify-ai.git\ncd classify-ai\n\u003c/code\u003e\u003c/pre\u003e\n  \u003cli\u003eInstall dependencies:\u003c/li\u003e\n  \u003cpre\u003e\u003ccode\u003enpm install\n# or\nyarn install\n\u003c/code\u003e\u003c/pre\u003e\n  \u003cli\u003eSet up your environment variables:\u003c/li\u003e\n  \u003cp\u003eCreate a \u003ccode\u003e.env.local\u003c/code\u003e file at the root of your project and add the following:\u003c/p\u003e\n  \u003cpre\u003e\u003ccode\u003eNEXT_PUBLIC_CLERK_FRONTEND_API_KEY=your_clerk_frontend_key\nNEXT_PUBLIC_EMAILJS_SERVICE_KEY=your_emailjs_service_key\nNEXT_PUBLIC_EMAILJS_TEMPLATE_ID=your_template_id\nNEXT_PUBLIC_EMAILJS_PUBLIC_KEY=your_public_key\n\u003c/code\u003e\u003c/pre\u003e\n\u003c/ol\u003e\n\n\u003ch2 id=\"usage\"\u003eUsage\u003c/h2\u003e\n\u003cp\u003eAfter setting up your environment variables and installing dependencies, start the development server:\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003enpm run dev\n# or\nyarn dev\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eVisit \u003ca href=\"http://localhost:3000\"\u003ehttp://localhost:3000\u003c/a\u003e to view the application in your browser.\u003c/p\u003e\n\n\u003ch2 id=\"authentication\"\u003eAuthentication\u003c/h2\u003e\n\u003cp\u003eThis project uses Clerk for user authentication. Ensure you have a Clerk account and have set the appropriate API keys in the \u003ccode\u003e.env.local\u003c/code\u003e file.\u003cp\u003e\n\n\u003ch2 id=\"api-endpoints\"\u003eAPI Endpoints\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ccode\u003e/api/classify\u003c/code\u003e: Classifies text input based on predefined categories.\u003c/li\u003e\n  \u003cli\u003e\u003ccode\u003e/api/contact\u003c/code\u003e: Sends a message to the team using emailJS.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2 id=\"license\"\u003eLicense\u003c/h2\u003e\n\u003cp\u003eThis project is licensed under the MIT License. See the \u003ca href=\"LICENSE\"\u003eLICENSE\u003c/a\u003e file for more details.\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajagtapdev%2Fclassify-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajagtapdev%2Fclassify-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajagtapdev%2Fclassify-ai/lists"}