{"id":21195993,"url":"https://github.com/mohith-2002/ivicamai","last_synced_at":"2026-05-08T17:32:49.983Z","repository":{"id":218249339,"uuid":"745965554","full_name":"MOHITH-2002/IvicamAi","owner":"MOHITH-2002","description":"Discover the future of creativity with our platform, which is powered by OpenAI and Replicate AI APIs. Our platform utilizes Next.js, Tailwind CSS, TypeScript, and MongoDB to provide seamless code generation, music video creation, and face swaps. Explore the intersection of AI and innovation today.","archived":false,"fork":false,"pushed_at":"2024-05-27T08:04:12.000Z","size":31278,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T10:05:51.331Z","etag":null,"topics":["nextjs14","openai-api","replicate-api","tailwindcss"],"latest_commit_sha":null,"homepage":"https://ivicamai.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/MOHITH-2002.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-01-20T17:25:01.000Z","updated_at":"2024-05-27T08:04:16.000Z","dependencies_parsed_at":"2025-06-05T10:15:55.654Z","dependency_job_id":null,"html_url":"https://github.com/MOHITH-2002/IvicamAi","commit_stats":null,"previous_names":["mohith-2002/ivicamai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MOHITH-2002/IvicamAi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MOHITH-2002%2FIvicamAi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MOHITH-2002%2FIvicamAi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MOHITH-2002%2FIvicamAi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MOHITH-2002%2FIvicamAi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MOHITH-2002","download_url":"https://codeload.github.com/MOHITH-2002/IvicamAi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MOHITH-2002%2FIvicamAi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32790282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nextjs14","openai-api","replicate-api","tailwindcss"],"created_at":"2024-11-20T19:32:51.021Z","updated_at":"2026-05-08T17:32:49.963Z","avatar_url":"https://github.com/MOHITH-2002.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IvicamAi\n\nWelcome to IvicamAi, a platform at the forefront of creativity, powered by the latest in AI technology. IvicamAi leverages OpenAI and Replicate AI APIs along with cutting-edge web technologies to enable seamless code generation, music video creation, and face swaps. Explore the intersection of AI and innovation today with IvicamAi.\n\n## Features\n\n- Code generation powered by OpenAI API \n- Music video creation using AI algorithms\n- Face swaps for creative content production\n- Seamless integration with modern web technologies\n\n## Technologies Used\n\n- Next.js\n- Tailwind CSS\n- TypeScript\n- MongoDB\n\n## Setup\n\n1. Clone this repository to your local machine.\n2. Install dependencies by running `npm install`.\n3. Create a `.env` file in the project's root directory.\n4. Add the following environment variables to your `.env` file:\n\n## Note\n\n- **API Key Update:** Previously, this project used the OpenAI API key. However, as OpenAI no longer provides a free tier, we've switched to using the Gemini API key. Please replace the `OPENAI_API_KEY` environment variable in your `.env` file with the `GEMINI_API_KEY` provided by Gemini.\n### Clone the repository:\n\n```bash\ngit clone https://github.com/MOHITH-2002/IvicamAi.git .\n```\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your `.env` file. Make sure to replace the placeholders with your actual API keys, MongoDB URI, Clerk API key, and webhook URL:\n\n``` bash\nOPENAI_API_KEY=your_openai_api_key (replace with GEMINI_API_KEY)\nREPLICATE_API_KEY=your_replicate_api_key\nMONGODB_URI=your_mongodb_uri\nCLERK_API_KEY=your_clerk_api_key\nWEBHOOKS=your_webhooks\n```\n### Install dependencies:\n\n```bash\nnpm install\n```\n### Running the Development Server\n\nStart the development server:\n\n```bash\nnpm run dev\n\n```\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohith-2002%2Fivicamai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohith-2002%2Fivicamai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohith-2002%2Fivicamai/lists"}