Category: Generative AI
AI Chemist is a state-of-the-art mobile application designed to revolutionize chemical research. Powered by the advanced Gemini Pro model, the app offers personalized chemical solutions, experimental recommendations, and real-time data analysis. Whether you're a pharmaceutical researcher, environmental chemist, or materials scientist, AI Chemist provides intelligent assistance for efficient, data-driven research.
- Experiment Design: Customized experiment designs and chemical synthesis routes based on user inputs, lab conditions, and research goals.
- Real-Time Monitoring: Track reactions in real-time with automated suggestions to optimize reaction conditions and improve yield and purity.
- Data-Driven Insights: Receive actionable feedback on experimental outcomes, enhancing the accuracy and efficiency of research.
Dr. Alvarez, a pharmaceutical researcher, inputs bacterial enzyme targets and chemical structures into AI Chemist. The app suggests potential compounds and synthesis pathways. Real-time monitoring adjusts reaction conditions, providing feedback on yield and purity, accelerating drug discovery.
James, an environmental chemist, is developing an eco-friendly pesticide. AI Chemist suggests sustainable synthesis methods and evaluates biodegradability and toxicity. The app helps James ensure his product meets regulatory standards while minimizing waste.
Dr. Liu, a materials scientist, aims to create a polymer with high tensile strength. AI Chemist suggests monomers and polymerization techniques while monitoring reactions in real-time to optimize polymer properties.
- Python
- Deep Learning
- Streamlit
- Clone the repository:
- Install dependencies:
- Set up environment variables:
- Run the application:
git clone https://github.com/Sawanmahna/AI_Chemist.git
cd AI_Chemist
pip install -r requirements.txt
Create a .env
file in the root directory and add your Google API key:
GOOGLE_API_KEY=your_api_key_here
streamlit run app.py