{"id":27430353,"url":"https://github.com/yll0rd/ai-mood","last_synced_at":"2025-07-26T11:39:47.935Z","repository":{"id":258471568,"uuid":"873837201","full_name":"yll0rd/ai-mood","owner":"yll0rd","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-21T12:41:56.000Z","size":429,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T14:57:17.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/yll0rd.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,"zenodo":null}},"created_at":"2024-10-16T20:00:02.000Z","updated_at":"2025-02-06T19:08:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"58373d61-891b-4f1d-bc56-bca6a1bf0f5b","html_url":"https://github.com/yll0rd/ai-mood","commit_stats":null,"previous_names":["yll0rd/ai-mood"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yll0rd/ai-mood","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yll0rd%2Fai-mood","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yll0rd%2Fai-mood/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yll0rd%2Fai-mood/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yll0rd%2Fai-mood/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yll0rd","download_url":"https://codeload.github.com/yll0rd/ai-mood/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yll0rd%2Fai-mood/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267161388,"owners_count":24045473,"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-07-26T02:00:08.937Z","response_time":62,"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":[],"created_at":"2025-04-14T14:42:53.338Z","updated_at":"2025-07-26T11:39:47.925Z","avatar_url":"https://github.com/yll0rd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"font-weight: bold;\"\u003eAI-MOOD 💻\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"#tech\"\u003eTechnologies\u003c/a\u003e\n\u003ca href=\"#started\"\u003eGetting Started\u003c/a\u003e\n\u003ca href=\"#colab\"\u003eCollaborators\u003c/a\u003e\n\u003ca href=\"#contribute\"\u003eContribute\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eAn NLP-powered app that analyzes and tracks users' moods based on their journal entries through text recognition.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/\"\u003e📱 Visit this Project\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch2 id=\"technologies\"\u003e💻 Technologies\u003c/h2\u003e\n\n- NextJS\n- Prisma\n- ClerkJS\n- LangChain\n- Google Gen AI\n- NeonDB\n\n\u003ch2 id=\"started\"\u003e🚀 Getting started\u003c/h2\u003e\n\nHow to run the project locally\n\n\u003ch3\u003ePrerequisites\u003c/h3\u003e\n\nHere you list all prerequisites necessary for running your project. For example:\n\n- [NodeJS](https://nodejs.org/)\n- [NextJS](https://github.com)\n- [Prisma](https://www.prisma.io/orm)\n- [Langchain](https://js.langchain.com/docs/)\n- [NeonDB Account](https://neon.tech)\n- [Google Gen AI Api Key](https://aistudio.google.com/)\n\n\u003ch3\u003eEnvironment Setup\u003c/h3\u003e\n\n\u003col\u003e\n\u003cli\u003e\nCopy the `.env.example` to `.env` and fill in the required environment variables:\n\n```bash\ncp .env.example .env\n```\n\n\u003c/li\u003e\n\u003cli\u003e\nIf you have any environment variables specific to your local environment, copy .env.local.example to .env.local and set them up as well:\n\n```bash\n\ncp .env.local.example .env.local\n```\n\nMake sure to add your `GOOGLE_GEN_AI_API_KEY`, `DATABASE_URL` (from NeonDB), and any other required environment variables in the .env or .env.local files.\n\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch3\u003eCloning\u003c/h3\u003e\n\nHow to clone your project\n\n```bash\ngit clone https://github.com/yll0rd/ai-mood.git\n```\n\n\u003ch3\u003eInstallation\u003c/h3\u003e\n\n```bash\ncd ai-mood\nnpm install\n```\n\n\u003ch3\u003ePrisma Setup\u003c/h3\u003e\n\nOnce the repository is cloned, you need to generate Prisma Client and apply migrations:\n\n\u003col\u003e\n\u003cli\u003e\nPush the Prisma schema to your NeonDB:\n\n```bash\nnpx prisma db push\n```\n\n\u003c/li\u003e\n\u003cli\u003e\nGenerate the Prisma client:\n\n```bash\nnpx prisma generate\n```\n\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch3\u003eStarting\u003c/h3\u003e\n\nHow to start your project\n\n```bash\nnpm run dev\n```\n\n\u003ch2 id=\"tests\"\u003e⚙️ Running Tests\u003c/h2\u003e\n\nTo run tests, run the following command\n\n```bash\n  npm run test\n```\n\n\u003ch2 id=\"colab\"\u003e🤝 Collaborators\u003c/h2\u003e\n\n\u003cp\u003eSpecial thank you for all people that contributed for this project.\u003c/p\u003e\n\u003ctable\u003e\n\u003ctr\u003e\n\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/yll0rd\"\u003e\n\u003cimg src=\"https://avatars.githubusercontent.com/u/114886588?v=4 \" width=\"100px;\" alt=\"Youmbi leo Profile Picture\"/\u003e\u003cbr\u003e\n\u003csub\u003e\n\u003cb\u003eYoumbi Leo\u003c/b\u003e\n\u003c/sub\u003e\n\u003c/a\u003e\n\u003c/td\u003e\n\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003ch2 id=\"contribute\"\u003e📫 Contribute\u003c/h2\u003e\n\nContributions are always welcome!\n\n1. `git clone https://github.com/yll0rd/ai-mood.git`\n2. `git checkout -b feature/NAME`\n3. Follow commit patterns\n4. Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!\n\n\u003ch3\u003eDocumentations that might help\u003c/h3\u003e\n\n[📝 How to  set up Clerk with environment variables, including integrating it with React and Next.js.](https://clerk.com/docs/quickstarts/nextjs)\n\n[📝 How to connect a Next.js application to Neon](https://neon.tech/docs/guides/nextjs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyll0rd%2Fai-mood","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyll0rd%2Fai-mood","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyll0rd%2Fai-mood/lists"}