Skip to content

CoderRony955/V

Repository files navigation

V | A space science AI chatbot powered by Qwen2.5

GitHub license

V is a space science AI chatbot Powered by Ollama Qwen 2.5, this chatbot is designed to provide insightful and accurate information about space science. Whether you're curious about black holes, exoplanets, rocket technology, or the mysteries of the universe, this AI assistant is here to help. With a deep knowledge of astrophysics, space exploration, and cosmology, it can answer your questions, explain complex concepts, and even provide the latest updates from the space industry.

Note: I created this chatbot using Ollama open source model which name is Qwen2.5. You use and run this web based chatbot on your local machine with the help of any other open source model which is available on Ollama, for more instuction like how to do it read given instuctions here - How to use?

Features

  • Deep Space Knowledge: Expanded database on astrophysics, black holes, dark matter, and cosmic phenomena.

  • Real-Time Space Updates: Stay informed with the latest news on NASA, SpaceX, and upcoming space missions.

  • Interactive Q&A Mode: Engage in detailed discussions, simulations, and hypothetical space scenarios.

  • Planet & Exoplanet Insights: Learn about habitable worlds, planetary atmospheres, and space colonization.

Usage

prerequisites

Installation

  1. Install Ollama and Flask on your machine. One more thing you also need to have Python3 on your machine.

  2. Select any model from Ollama and download it as per your system configurations.

  1. After successfully downloading the model, Clone the repository:
git clone https://github.com/CoderRony955/V.git
  1. Navigate to the project directory:
cd V
  1. Install dependencies:
pip install -r requirements.txt

note: It's better to create a virtual environment and then install the dependencies inside the virtual environment.

  1. Navigate to model folder
cd model
  1. Create Modelfile file in model folder and then give system prompt to the model which you install from Ollama.

e.g.

  1. Start the chatbot:
python src/main.py

  1. Access the chatbot in your browser: http://localhost:5000

V discord bot

V also has a discord bot which you can use to chat with V directly from your discord server.

To use the V discord bot

  1. Navigate to the V-discord-bot folder.
  2. Add your Bot-Token in the logic.py file.

  1. Run the bot using python logic.py command in your terminal.

Acknowledgments

  • Ollama & Qwen 2.5 – For providing the powerful AI model that drives this chatbot.

  • Python & Open-Source Community – For the amazing tools and libraries that made this project possible.

My Socials

instagram logo discord logo

About

A space science AI chatbot powered by Ollama LLMs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors