V | A space science AI chatbot powered by Qwen2.5
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?
-
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.
-
Install Ollama and Flask on your machine. One more thing you also need to have Python3 on your machine.
-
Select any model from Ollama and download it as per your system configurations.
- After successfully downloading the model, Clone the repository:
git clone https://github.com/CoderRony955/V.git- Navigate to the project directory:
cd V- Install dependencies:
pip install -r requirements.txtnote: It's better to create a virtual environment and then install the dependencies inside the virtual environment.
- Navigate to
modelfolder
cd model- Create
Modelfilefile inmodelfolder and then give system prompt to the model which you install from Ollama.
e.g.
- Start the chatbot:
python src/main.py- Access the chatbot in your browser:
http://localhost:5000
V also has a discord bot which you can use to chat with V directly from your discord server.
- Navigate to the
V-discord-botfolder. - Add your
Bot-Tokenin thelogic.pyfile.
- Run the bot using
python logic.pycommand in your terminal.
-
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.








