Skip to content

Neuron is a conversational AI model using the Gemma LLM by Google from Hugging Face. It is designed to engage in a variety of topics and provide information on a wide range of subjects. With its ability to learn and adapt, this chatbot can provide a unique and engaging experience.

Notifications You must be signed in to change notification settings

ShahDishank/neuron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]

Author

About

Neuron is a conversational AI model using the Gemma LLM by Google from Hugging Face. It is designed to engage in a variety of topics and provide information on a wide range of subjects. With its ability to learn and adapt, this chatbot can provide a unique and engaging experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages