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/neuronGo to the project directory
cd neuronInstall dependencies
pip install -r requirements.txtChange 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.pyFrontend: Streamlit
LLM: Gemma
- Gemma LLM
If you have any feedback, please reach out to me at shahdishank24@gmail.com