{"id":19420278,"url":"https://github.com/Tritonix711/AI-Math-Genie","last_synced_at":"2025-04-24T14:32:08.244Z","repository":{"id":249842225,"uuid":"832721770","full_name":"Tritonix711/AI-Math-Genie","owner":"Tritonix711","description":"AI Math Genie is your intelligent assistant for quick, accurate math solutions. Using advanced LLM technology, simply enter any mathematical expression and get instant results. Easy to use and powered by AI, it simplifies complex calculations with ease.","archived":false,"fork":false,"pushed_at":"2024-07-24T08:01:21.000Z","size":12,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T12:23:29.530Z","etag":null,"topics":["ai","calculations","chatbot","groq","machine-learning","math","math-assistant","nlp","python","ui"],"latest_commit_sha":null,"homepage":"","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/Tritonix711.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-23T15:33:36.000Z","updated_at":"2025-02-24T06:58:15.000Z","dependencies_parsed_at":"2024-07-23T18:16:02.480Z","dependency_job_id":"9b41e765-bf52-4dd1-931d-58afea69572b","html_url":"https://github.com/Tritonix711/AI-Math-Genie","commit_stats":null,"previous_names":["sd338/ai-math-genie","tritonix711/ai-math-genie"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tritonix711%2FAI-Math-Genie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tritonix711%2FAI-Math-Genie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tritonix711%2FAI-Math-Genie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tritonix711%2FAI-Math-Genie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tritonix711","download_url":"https://codeload.github.com/Tritonix711/AI-Math-Genie/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250643510,"owners_count":21464190,"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":["ai","calculations","chatbot","groq","machine-learning","math","math-assistant","nlp","python","ui"],"created_at":"2024-11-10T13:22:15.362Z","updated_at":"2025-04-24T14:32:07.977Z","avatar_url":"https://github.com/Tritonix711.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# AI Math Genie\n\n**AI Math Genie** is an advanced math assistant that helps you with various mathematical problems. It uses the latest AI technology to give you accurate answers and explanations. This application provides an easy-to-use chat interface where you can type your questions and get instant results.\n\n## Features\n\n- **Interactive Chat Interface**: Communicate with the AI and get answers to your math queries in real-time.\n- **User-Friendly Design**: A modern and attractive interface for a better user experience.\n- **Customizable Styles**: Personalized chat messages to make interactions more engaging.\n\n## Getting Started\n\n### Prerequisites\n\n1. **Python**: Ensure you have Python 3.7 or later installed on your computer. You can download Python from the [official website](https://www.python.org/downloads/).\n\n2. **Git**: Make sure Git is installed on your computer for cloning the repository. You can download Git from the [official website](https://git-scm.com/downloads).\n\n### Installation Steps\n\n#### 1. Clone the Repository\n\nFirst, you need to clone the project repository to your local machine. Open a terminal or command prompt and run the following command:\n\n```bash\ngit clone https://github.com/sd338/AI-Math-Genie.git\n```\n\nThis will create a folder named `AI-Math-Genie` with all the project files.\n\n#### 2. Navigate to the Project Directory\n\nChange to the project directory using the following command:\n\n```bash\ncd AI-Math-Genie\n```\n\n#### 3. Set Up a Virtual Environment (Recommended)\n\nCreating a virtual environment helps manage project-specific dependencies. Run the following command to create and activate a virtual environment:\n\n- **Windows**:\n\n  ```bash\n  python -m venv env\n  .\\env\\Scripts\\activate\n  ```\n\n- **Mac/Linux**:\n\n  ```bash\n  python3 -m venv env\n  source env/bin/activate\n  ```\n\n#### 4. Install Dependencies\n\nInstall the required Python packages using `pip`. Run:\n\n```bash\npip install -r requirements.txt\n```\n\n#### 5. Set Up Environment Variables\n\nCreate a `.env` file in the project directory with the following content:\n\n```env\nGROQ_API_KEY=your_groq_api_key_here\n```\n\nReplace `your_groq_api_key_here` with your actual API key from Groq.\n\n## Running the Application\n\nTo start the application, use the following command:\n\n```bash\npython main.py\n```\n\nThis will open the Math Genie GUI, where you can interact with the AI.\n\n## Project Structure\n\n- **`main.py`**: The main file that starts the application and shows the GUI.\n- **`gui.py`**: Contains the code for the graphical user interface and chat functionality.\n- **`calculator.py`**: Handles communication with the Groq API and processes mathematical queries.\n- **`requirements.txt`**: Lists all the Python packages required for this project.\n- **`.env`**: Configuration file for storing sensitive information like API keys.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n```\n\n### License Information\n\n```\nMIT License\n\nCopyright (c) 2024 Samanta Das\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n\n### Contact\n\nFor any questions or support, please connect with me on Twitter or LinkedIn. You can find links to these profiles on my GitHub profile.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTritonix711%2FAI-Math-Genie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTritonix711%2FAI-Math-Genie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTritonix711%2FAI-Math-Genie/lists"}