Molecule Insight AI is an advanced web application designed to empower students and researchers with AI-driven molecular insights. This platform offers a range of features to classify, visualize, and understand complex molecular structures with ease.
- Molecule Classification: Enter molecular formulas to get detailed information about compounds.
- 3D Molecule Visualization: Interactive 3D rendering of molecular structures.
- Molecule Comparison: Compare two different molecules side by side.
- Periodic Table: Interactive periodic table with detailed element information.
- Functional Group Guide: Learn about various functional groups in organic chemistry.
- User Authentication: Secure login and registration system.
- Next.js (App Router)
- React
- TypeScript
- Tailwind CSS
- Three.js (for 3D molecule visualization)
- Framer Motion (for animations)
- Node.js (v14 or later)
- npm or yarn
- Clone the repository:
git clone https://github.com/your-username/molecule-insight-ai.git
- Navigate to the project directory:
cd molecule-insight-ai
- Install dependencies:
npm install
# or
yarn install
- Create a
.env.localfile in the root directory and add your environment variables:
NEXT_PUBLIC_API_URL=your_api_url_here
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the result.
- Home Page: Navigate through the main features of the application.
- Classify: Enter a molecular formula to get detailed information about the compound.
- 3D Viewer: Visualize molecules in 3D space.
- Compare: Enter two different molecular formulas to compare their properties side by side.
- Periodic Table: Explore elements and their properties in an interactive periodic table.
- Login/Register: Create an account or log in to access personalized features.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Nirupam Thapa - @_kuoki - GitHub
Project Link: https://github.com/your-username/molecule-insight-ai