Neuron, the dynamic chatbot crafted with Gemma LLM by Google from Hugging Face, offering intuitive interactions and insightful responses.
To run this project, you will need to add the Hugging Face Read API Token as environment variable to your .env file
HUGGINGFACE_API_TOKEN
Get your Hugging Face API token from Here
Clone the project
git clone https://github.com/ShahDishank/neuron
Go to the project directory
cd neuron
Install dependencies
pip install -r requirements.txt
Change st.secrets to os.getenv in neuron.py file
HUGGINGFACE_API_TOKEN = os.getenv("HUGGINGFACE_API_TOKEN")
# HUGGINGFACE_API_TOKEN = st.secrets["HUGGINGFACE_API_TOKEN"]
Run the program
streamlit run neuron.py
Frontend: Streamlit
LLM: Gemma
- Gemma LLM
If you have any feedback, please reach out to me at shahdishank24@gmail.com