Cell-0 is a fast, witty, biology-obsessed chatbot built using LangChain, Gradio. It answers questions clearly, connects everything back to genetics, and always ends with a nerdy biology joke.
- Direct, clear responses (no fluff)
- Remembers the conversation context and keeps it relevant
- Includes a "Clear Chat" button to reset the conversation
- Personality: like a geneticist with a stand-up routine
- Uses Google's Gemini API to generate responses
-
Install dependencies:
pip install -r requirements.txt
-
Create a
.envfile in the root folder with your Gemini API key:GEMINI_API_KEY=your_api_key_here -
Launch the chatbot:
python main.py
Then open the Gradio link shown in the terminal.
"Ask me anything. I’ll connect it to DNA — and crack a ribosome joke while I’m at it."
