Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.26 KB

README.md

File metadata and controls

68 lines (40 loc) · 1.26 KB

Neuron

Neuron, the dynamic chatbot crafted with Gemma LLM by Google from Hugging Face, offering intuitive interactions and insightful responses.

Try Neuron

Environment Variables

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

Run Locally

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

Tech Stack

Frontend: Streamlit

LLM: Gemma

Resources Used

Feedback

If you have any feedback, please reach out to me at shahdishank24@gmail.com

Author